[Analyzer] Fix buildbot failure of commit rGd70ec366c91b
authorAdam Balogh <adam.balogh@ericsson.com>
Tue, 26 May 2020 18:43:37 +0000 (20:43 +0200)
committerAdam Balogh <adam.balogh@ericsson.com>
Tue, 26 May 2020 18:43:37 +0000 (20:43 +0200)
clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h

index b32302c..3611979 100644 (file)
@@ -97,7 +97,7 @@ class SymbolManager;
 class SwitchNodeBuilder;
 
 class ExprEngine {
-  virtual void anchor();
+  void anchor();
 public:
   /// The modes of inlining, which override the default analysis-wide settings.
   enum InliningModes {