r231302 - Fix the clang self-host -Werror build

David Blaikie dblaikie at gmail.com
Wed Mar 4 14:15:41 PST 2015


Author: dblaikie
Date: Wed Mar  4 16:15:41 2015
New Revision: 231302

URL: http://llvm.org/viewvc/llvm-project?rev=231302&view=rev
Log:
Fix the clang self-host -Werror build

Sorry about the breakage.

Modified:
    cfe/trunk/include/clang/Frontend/CommandLineSourceLoc.h

Modified: cfe/trunk/include/clang/Frontend/CommandLineSourceLoc.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Frontend/CommandLineSourceLoc.h?rev=231302&r1=231301&r2=231302&view=diff
==============================================================================
--- cfe/trunk/include/clang/Frontend/CommandLineSourceLoc.h (original)
+++ cfe/trunk/include/clang/Frontend/CommandLineSourceLoc.h Wed Mar  4 16:15:41 2015
@@ -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,





More information about the cfe-commits mailing list