This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 43e71a0b50 [WebAssembly] Revert type of wake count in atomic.wake to i32 new 3025b837ed [analyzer] [NFC] Split up RetainSummaryManager from RetainCo [...]
The 1 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/Analysis/ObjCRetainCount.h | 231 ------------------- .../clang/Analysis}/SelectorExtras.h | 13 +- .../StaticAnalyzer/Core/RetainSummaryManager.h | 244 ++++++++++++++++++--- lib/ARCMigrate/ObjCMT.cpp | 4 +- .../Checkers/BasicObjCFoundationChecks.cpp | 2 +- lib/StaticAnalyzer/Checkers/CMakeLists.txt | 4 - .../Checkers/NoReturnFunctionChecker.cpp | 2 +- .../RetainCountChecker/RetainCountChecker.cpp | 54 ++--- .../RetainCountChecker/RetainCountChecker.h | 6 +- .../RetainCountChecker/RetainCountDiagnostics.h | 2 +- .../Checkers/TrustNonnullChecker.cpp | 2 +- lib/StaticAnalyzer/Core/CMakeLists.txt | 1 + .../RetainSummaryManager.cpp} | 58 +++-- 13 files changed, 273 insertions(+), 350 deletions(-) delete mode 100644 include/clang/Analysis/ObjCRetainCount.h rename {lib/StaticAnalyzer/Checkers => include/clang/Analysis}/SelectorExtras.h (74%) rename lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountSummaries.h => in [...] rename lib/StaticAnalyzer/{Checkers/RetainCountChecker/RetainCountSummaries.cpp => [...]