diff options
Diffstat (limited to 'include/llvm')
-rw-r--r-- | include/llvm/Analysis/DIBuilder.h | 4 | ||||
-rw-r--r-- | include/llvm/Analysis/DebugInfo.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/include/llvm/Analysis/DIBuilder.h b/include/llvm/Analysis/DIBuilder.h index 9d0811a..666ca58 100644 --- a/include/llvm/Analysis/DIBuilder.h +++ b/include/llvm/Analysis/DIBuilder.h @@ -215,7 +215,7 @@ namespace llvm { /// @param SetterName Name of the Objective C property setter selector. /// @param PropertyAttributes Objective C property attributes. DIObjCProperty createObjCProperty(StringRef Name, StringRef GetterName, - StringRef SetterName, + StringRef SetterName, unsigned PropertyAttributes); /// createClassType - Create debugging information entry for a class. @@ -498,7 +498,7 @@ namespace llvm { /// @param Scope Lexical block. /// @param File Source file. DILexicalBlockFile createLexicalBlockFile(DIDescriptor Scope, - DIFile File); + DIFile File); /// createLexicalBlock - This creates a descriptor for a lexical block /// with the specified parent context. diff --git a/include/llvm/Analysis/DebugInfo.h b/include/llvm/Analysis/DebugInfo.h index 9e5e1f9..1bbe8df 100644 --- a/include/llvm/Analysis/DebugInfo.h +++ b/include/llvm/Analysis/DebugInfo.h @@ -363,7 +363,7 @@ namespace llvm { StringRef getObjCPropertyName() const { if (getVersion() > LLVMDebugVersion11) - return StringRef(); + return StringRef(); return getStringField(10); } StringRef getObjCPropertyGetterName() const { |