]> granicus.if.org Git - clang/commitdiff
Remove extraneous semicolon.
authorBill Wendling <isanbard@gmail.com>
Wed, 13 Jun 2018 06:33:59 +0000 (06:33 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 13 Jun 2018 06:33:59 +0000 (06:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@334573 91177308-0d34-0410-b5e6-96231b3b80d8

lib/StaticAnalyzer/Core/BugReporterVisitors.cpp

index fceb3f094ca279384ee626face2da6f2ad8af020..4765db07411549bc05ccfbe095e2fd5bb5a58420 100644 (file)
@@ -184,7 +184,7 @@ BugReporterVisitor::getEndPath(BugReporterContext &BRC,
 void
 BugReporterVisitor::finalizeVisitor(BugReporterContext &BRC,
                                     const ExplodedNode *EndPathNode,
-                                    BugReport &BR) {};
+                                    BugReport &BR) {}
 
 std::unique_ptr<PathDiagnosticPiece> BugReporterVisitor::getDefaultEndPath(
     BugReporterContext &BRC, const ExplodedNode *EndPathNode, BugReport &BR) {