[clang] 12dbdc2 - [Analyzer] Fix buildbot failure of commit rGd70ec366c91b

Adam Balogh via cfe-commits cfe-commits at lists.llvm.org
Tue May 26 11:42:53 PDT 2020


Author: Adam Balogh
Date: 2020-05-26T20:43:37+02:00
New Revision: 12dbdc2a6b68162f7370e9754bdb0e1edd65bf3c

URL: https://github.com/llvm/llvm-project/commit/12dbdc2a6b68162f7370e9754bdb0e1edd65bf3c
DIFF: https://github.com/llvm/llvm-project/commit/12dbdc2a6b68162f7370e9754bdb0e1edd65bf3c.diff

LOG: [Analyzer] Fix buildbot failure of commit rGd70ec366c91b

Added: 
    

Modified: 
    clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h

Removed: 
    


################################################################################
diff  --git a/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h b/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
index b32302cfc337..3611979c6191 100644
--- a/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
+++ b/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
@@ -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 {


        


More information about the cfe-commits mailing list