]> granicus.if.org Git - clang/commitdiff
[unittests] Remove superfluous semicolon, fixing warnings with GCC. NFC.
authorMartin Storsjo <martin@martin.st>
Tue, 18 Dec 2018 08:36:16 +0000 (08:36 +0000)
committerMartin Storsjo <martin@martin.st>
Tue, 18 Dec 2018 08:36:16 +0000 (08:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@349453 91177308-0d34-0410-b5e6-96231b3b80d8

unittests/AST/ASTImporterTest.cpp

index aaadeb0b9d6bce2c2816d0d0b6fb227f3f0331be..c6acf573e582d7da1e39ff1e3aeb578534f7564e 100644 (file)
@@ -4467,7 +4467,7 @@ static Decl *findInDeclListOfDC(DeclContext *DC, DeclarationName Name) {
         return ND;
   }
   return nullptr;
-};
+}
 
 TEST_P(ASTImporterLookupTableTest,
     FriendWhichIsnotFoundByNormalLookupShouldBeFoundByImporterSpecificLookup) {