diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-11-12 23:52:56 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-11-12 23:52:56 +0000 |
commit | c86804bc9c3f1953520b59084c9ad75104aba123 (patch) | |
tree | cd4b9473d6d114c17cd55fbddf679fdb78cae7ca /include/clang/Frontend/CommandLineSourceLoc.h | |
parent | 1417c74b825a621a10466b1d5f767553fccab24e (diff) |
Move FixItAtLocations into FrontendOptions
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@87046 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Frontend/CommandLineSourceLoc.h')
-rw-r--r-- | include/clang/Frontend/CommandLineSourceLoc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/clang/Frontend/CommandLineSourceLoc.h b/include/clang/Frontend/CommandLineSourceLoc.h index 59f70ede91..d5a0598dfa 100644 --- a/include/clang/Frontend/CommandLineSourceLoc.h +++ b/include/clang/Frontend/CommandLineSourceLoc.h @@ -1,3 +1,4 @@ + //===--- CommandLineSourceLoc.h - Parsing for source locations-*- C++ -*---===// // // The LLVM Compiler Infrastructure @@ -37,7 +38,7 @@ namespace llvm { class parser<clang::ParsedSourceLocation> : public basic_parser<clang::ParsedSourceLocation> { public: - bool parse(Option &O, StringRef ArgName, StringRef ArgValue, + inline bool parse(Option &O, StringRef ArgName, StringRef ArgValue, clang::ParsedSourceLocation &Val); }; |