-
- Downloads
[analyzer] Inline C++ operator new when c++-inline-allocators is turned on.
This will let us stage in the modeling of operator new. The -analyzer-config opton 'c++-inline-allocators' is currently off by default. Patch by Karthik Bhat! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201122 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang/StaticAnalyzer/Core/AnalyzerOptions.h 9 additions, 0 deletionsinclude/clang/StaticAnalyzer/Core/AnalyzerOptions.h
- include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h 4 additions, 0 deletionsinclude/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
- lib/StaticAnalyzer/Core/AnalyzerOptions.cpp 6 additions, 0 deletionslib/StaticAnalyzer/Core/AnalyzerOptions.cpp
- lib/StaticAnalyzer/Core/CoreEngine.cpp 5 additions, 0 deletionslib/StaticAnalyzer/Core/CoreEngine.cpp
- lib/StaticAnalyzer/Core/ExprEngine.cpp 13 additions, 5 deletionslib/StaticAnalyzer/Core/ExprEngine.cpp
- lib/StaticAnalyzer/Core/ExprEngineCXX.cpp 26 additions, 0 deletionslib/StaticAnalyzer/Core/ExprEngineCXX.cpp
- lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp 2 additions, 0 deletionslib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
- test/Analysis/inline.cpp 2 additions, 1 deletiontest/Analysis/inline.cpp
Loading
Please register or sign in to comment