This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 4ae8f25fd9 [NewPM] Run ubsan-coroutines test under the legacy pass mana [...] new bb48adc4fe [analyzer] Improve VirtualCallChecker and enable parts of it [...] new b9fc39969b [analyzer] Fix a crash when destroying a non-region. new 9e698f2c0f [analyzer] NFC: Remove the BugTypes set from BugReporter.
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/clang/StaticAnalyzer/Checkers/Checkers.td | 18 +- .../StaticAnalyzer/Core/BugReporter/BugReporter.h | 19 +-- .../Core/BugReporter/CommonBugCategories.h | 1 + include/clang/StaticAnalyzer/Core/CheckerManager.h | 1 + .../StaticAnalyzer/Core/PathSensitive/ExprEngine.h | 2 +- lib/StaticAnalyzer/Checkers/VirtualCallChecker.cpp | 186 +++++++-------------- lib/StaticAnalyzer/Core/BugReporter.cpp | 16 +- lib/StaticAnalyzer/Core/CommonBugCategories.cpp | 1 + lib/StaticAnalyzer/Core/ExprEngine.cpp | 23 ++- lib/StaticAnalyzer/Core/ExprEngineCXX.cpp | 23 ++- lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp | 4 + test/Analysis/dtor.cpp | 30 ++++ test/Analysis/virtualcall-plist.cpp | 23 +++ test/Analysis/virtualcall.cpp | 176 ++++++------------- test/Analysis/virtualcall.h | 7 +- 15 files changed, 224 insertions(+), 306 deletions(-) create mode 100644 test/Analysis/virtualcall-plist.cpp