]> granicus.if.org Git - clang/commitdiff
Remove the extra `;`.
authorMichael Liao <michael.hliao@gmail.com>
Tue, 13 Aug 2019 21:26:42 +0000 (21:26 +0000)
committerMichael Liao <michael.hliao@gmail.com>
Tue, 13 Aug 2019 21:26:42 +0000 (21:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@368748 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h

index f73fd2980531417dd9a60ad800d597bb73a0d736..7fb82a58a9eabb136099778550935560eee02662 100644 (file)
@@ -515,7 +515,7 @@ public:
   GRBugReporter(BugReporterData& d, ExprEngine& eng)
       : BugReporter(d, GRBugReporterKind), Eng(eng) {}
 
-  ~GRBugReporter() override = default;;
+  ~GRBugReporter() override = default;
 
   /// getGraph - Get the exploded graph created by the analysis engine
   ///  for the analyzed method or function.