This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from eb6faaff29 [analyzer] Fix an bug where statically linked, but not regis [...] new 0492ebdda5 [analyzer] Reimplement dependencies between checkers
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: .../clang/StaticAnalyzer/Checkers/CheckerBase.td | 23 +- include/clang/StaticAnalyzer/Checkers/Checkers.td | 276 ++++++++++---- .../StaticAnalyzer/Frontend/CheckerRegistry.h | 41 +- lib/StaticAnalyzer/Checkers/CStringChecker.cpp | 12 +- .../Checkers/CallAndMessageChecker.cpp | 43 +-- .../Checkers/CheckSecuritySyntaxOnly.cpp | 8 + lib/StaticAnalyzer/Checkers/InterCheckerAPI.h | 3 - lib/StaticAnalyzer/Checkers/IteratorChecker.cpp | 8 + .../Checkers/IvarInvalidationChecker.cpp | 8 + lib/StaticAnalyzer/Checkers/MallocChecker.cpp | 36 +- lib/StaticAnalyzer/Checkers/NSErrorChecker.cpp | 8 + lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp | 8 + .../RetainCountChecker/RetainCountChecker.cpp | 8 + .../Checkers/StackAddrEscapeChecker.cpp | 8 + lib/StaticAnalyzer/Checkers/ValistChecker.cpp | 8 + lib/StaticAnalyzer/Frontend/CheckerRegistry.cpp | 70 +++- .../Inputs/expected-plists/edges-new.mm.plist | 14 +- .../expected-plists/nullability-notes.m.plist | 4 +- .../Inputs/expected-plists/objc-arc.m.plist | 26 +- .../expected-plists/objc-radar17039661.m.plist | 6 +- .../expected-plists/plist-output-alternate.m.plist | 6 +- .../Inputs/expected-plists/plist-output.m.plist | 6 +- .../retain-release-path-notes.m.plist | 110 +++--- .../expected-plists/retain-release.m.objc.plist | 422 ++++++++++----------- .../expected-plists/retain-release.m.objcpp.plist | 422 ++++++++++----------- ...wDelete+MismatchedDeallocator_intersections.cpp | 13 +- test/Analysis/NewDelete-checker-test.cpp | 47 ++- .../Inputs/expected-plists/path-notes.m.plist | 6 +- test/Analysis/malloc-annotations.c | 8 +- test/Analysis/test-separate-retaincount.cpp | 14 +- utils/TableGen/ClangSACheckersEmitter.cpp | 76 +++- 31 files changed, 1048 insertions(+), 700 deletions(-)