From: David Blaikie Date: Wed, 4 Mar 2015 22:15:41 +0000 (+0000) Subject: Fix the clang self-host -Werror build X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cbac92e7ab14163eda772250024f30efafd7f959;p=clang Fix the clang self-host -Werror build Sorry about the breakage. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@231302 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Frontend/CommandLineSourceLoc.h b/include/clang/Frontend/CommandLineSourceLoc.h index c01f91d6ec..a78c96d23a 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 + class parser final : public basic_parser { public: inline bool parse(Option &O, StringRef ArgName, StringRef ArgValue,