commit | 4afe504980b5637cab53bfa36022891c62ff390a | [log] [tgz] |
---|---|---|
author | Hans Wennborg <hans@hanshq.net> | Wed Jul 22 20:46:26 2015 +0000 |
committer | Hans Wennborg <hans@hanshq.net> | Wed Jul 22 20:46:26 2015 +0000 |
tree | d8b00db5000f69ccc998ab01d6a3efdd963bfa51 | |
parent | 13958b739eeb3b25db1d60a82340384a9fd7a760 [diff] [blame] |
Fix -Wextra-semi warnings. Patch by Eugene Zelenko! Differential Revision: http://reviews.llvm.org/D11401 llvm-svn: 242931
diff --git a/clang/unittests/Lex/PPConditionalDirectiveRecordTest.cpp b/clang/unittests/Lex/PPConditionalDirectiveRecordTest.cpp index d2e3640..9345fc2 100644 --- a/clang/unittests/Lex/PPConditionalDirectiveRecordTest.cpp +++ b/clang/unittests/Lex/PPConditionalDirectiveRecordTest.cpp
@@ -66,7 +66,7 @@ GlobalModuleIndex *loadGlobalModuleIndex(SourceLocation TriggerLoc) override { return nullptr; } bool lookupMissingImports(StringRef Name, SourceLocation TriggerLoc) override - { return 0; }; + { return 0; } }; TEST_F(PPConditionalDirectiveRecordTest, PPRecAPI) {