]> granicus.if.org Git - clang/commitdiff
Fix remaining semicolon pedantic errors for intel
authorGabor Marton <martongabesz@gmail.com>
Wed, 20 Feb 2019 19:07:36 +0000 (19:07 +0000)
committerGabor Marton <martongabesz@gmail.com>
Wed, 20 Feb 2019 19:07:36 +0000 (19:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@354503 91177308-0d34-0410-b5e6-96231b3b80d8

unittests/AST/ASTImporterTest.cpp

index 3b5cff3b8f622d82df14315f52dfc8d40d9cd2d8..5ab03709290ceefbb8f083f68182de6d9f682b93 100644 (file)
@@ -4240,10 +4240,10 @@ ASTIMPORTER_INSTANTIATE_TYPED_TEST_CASE(RedeclChain, FunctionTemplateSpec, ,
                                         ImportPrototypeAfterImportedDefinition)
 
 ASTIMPORTER_INSTANTIATE_TYPED_TEST_CASE(RedeclChain, Function, ,
-                                        ImportPrototypes);
+                                        ImportPrototypes)
 ASTIMPORTER_INSTANTIATE_TYPED_TEST_CASE(RedeclChain, Class, , ImportPrototypes)
 ASTIMPORTER_INSTANTIATE_TYPED_TEST_CASE(RedeclChain, Variable, ,
-                                        ImportPrototypes);
+                                        ImportPrototypes)
 // FIXME Enable this test, once we import function templates chains correctly.
 ASTIMPORTER_INSTANTIATE_TYPED_TEST_CASE(RedeclChain, FunctionTemplate,
                                         DISABLED_, ImportPrototypes)