diff options
Diffstat (limited to 'include/clang/Frontend/CommandLineSourceLoc.h')
| -rw-r--r-- | include/clang/Frontend/CommandLineSourceLoc.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/clang/Frontend/CommandLineSourceLoc.h b/include/clang/Frontend/CommandLineSourceLoc.h index c01f91d6ec27..a78c96d23afa 100644 --- a/include/clang/Frontend/CommandLineSourceLoc.h +++ b/include/clang/Frontend/CommandLineSourceLoc.h @@ -59,7 +59,7 @@ namespace llvm {      ///      /// Source locations are of the form filename:line:column.      template<> -    class parser<clang::ParsedSourceLocation> +    class parser<clang::ParsedSourceLocation> final        : public basic_parser<clang::ParsedSourceLocation> {      public:        inline bool parse(Option &O, StringRef ArgName, StringRef ArgValue, | 
