summaryrefslogtreecommitdiffstats
path: root/clang/unittests/AST/ASTImporterTest.cpp
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2018-07-17 14:20:02 +0000
committerNico Weber <nicolasweber@gmx.de>2018-07-17 14:20:02 +0000
commitb980b5c9f4589c026f443eee5e0efeb2ea85882b (patch)
tree25e20d0d4f1f0b48e984a9184729bc67768d163e /clang/unittests/AST/ASTImporterTest.cpp
parent6567c9e5e04258daadc9080ed2a388692a4fcdb7 (diff)
downloadbcm5719-llvm-b980b5c9f4589c026f443eee5e0efeb2ea85882b.tar.gz
bcm5719-llvm-b980b5c9f4589c026f443eee5e0efeb2ea85882b.zip
Remove superfluous ; to fix -Wpedantic warning from gcc
llvm-svn: 337285
Diffstat (limited to 'clang/unittests/AST/ASTImporterTest.cpp')
-rw-r--r--clang/unittests/AST/ASTImporterTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/unittests/AST/ASTImporterTest.cpp b/clang/unittests/AST/ASTImporterTest.cpp
index 84bfdadae2d..21b76173c10 100644
--- a/clang/unittests/AST/ASTImporterTest.cpp
+++ b/clang/unittests/AST/ASTImporterTest.cpp
@@ -276,7 +276,7 @@ public:
template <typename T> RecordDecl *getRecordDecl(T *D) {
auto *ET = cast<ElaboratedType>(D->getType().getTypePtr());
return cast<RecordType>(ET->getNamedType().getTypePtr())->getDecl();
-};
+}
// This class provides generic methods to write tests which can check internal
// attributes of AST nodes like getPreviousDecl(), isVirtual(), etc. Also,
OpenPOWER on IntegriCloud