]> granicus.if.org Git - clang/commitdiff
Fix the clang self-host -Werror build
authorDavid Blaikie <dblaikie@gmail.com>
Wed, 4 Mar 2015 22:15:41 +0000 (22:15 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Wed, 4 Mar 2015 22:15:41 +0000 (22:15 +0000)
Sorry about the breakage.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@231302 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Frontend/CommandLineSourceLoc.h

index c01f91d6ec2733c64ac283fe24d48481feb03116..a78c96d23afa3af0444f246907413333d6e3a6f7 100644 (file)
@@ -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,