]> granicus.if.org Git - clang/commit
Fix compile error with Intel's compiler (-Werror=pedantic)
authorGabor Marton <martongabesz@gmail.com>
Wed, 20 Feb 2019 16:57:41 +0000 (16:57 +0000)
committerGabor Marton <martongabesz@gmail.com>
Wed, 20 Feb 2019 16:57:41 +0000 (16:57 +0000)
commit4e71da0eeb9797498123c28b3a0f4024195e9184
tree3e00043306a8845fd6d117ddf0ae0d15e8771ef6
parent2007fe7b3b6e5919f277a41f2060f41c1fb1df8c
Fix compile error with Intel's compiler (-Werror=pedantic)

An extra semicolon at the end of macro invocations caused a build bot
failure for Intel's compiler when pedantic is turned on.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@354482 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/AST/ASTImporterTest.cpp