diff options
| -rw-r--r-- | clang/include/clang/Lex/Preprocessor.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/clang/include/clang/Lex/Preprocessor.h b/clang/include/clang/Lex/Preprocessor.h index 5469c1108e5..134a0e95cf4 100644 --- a/clang/include/clang/Lex/Preprocessor.h +++ b/clang/include/clang/Lex/Preprocessor.h @@ -152,7 +152,7 @@ public:    IdentifierTable &getIdentifierTable() { return Identifiers; }    SelectorTable &getSelectorTable() { return Selectors; } -  inline FullSourceLoc getFullSourceLoc(SourceLocation Loc) { +  inline FullSourceLoc getFullLoc(SourceLocation Loc) {      return FullSourceLoc(Loc,getSourceManager());    } | 

