This is an automated email from the git hooks/post-receive script.
"tcwg-buildslave pushed a change to branch linaro-local/ci/llvm-kernel-aarch64-tested in repository toolchain/llvm/clang.
from 43e71a0b50 [WebAssembly] Revert type of wake count in atomic.wake to i32 adds 3025b837ed [analyzer] [NFC] Split up RetainSummaryManager from RetainCo [...]
No new revisions were added by this update.
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 => [...]