This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 2bf461475f [Sema] Fix assertion when constructor is disabled with parti [...] new 746a45c095 [analyzer] Change the warning message for GCD antipattern checker new 9a64e8cc61 [ASTMatchers] Introduce a blockDecl matcher for matching blo [...] new 08472b552c [analyzer] Extend ObjCAutoreleaseWriteChecker to catch block [...]
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: docs/LibASTMatchersReference.html | 85 +++++++++++++++++++++- include/clang/ASTMatchers/ASTMatchers.h | 33 ++++++++- lib/ASTMatchers/ASTMatchersInternal.cpp | 2 + lib/ASTMatchers/Dynamic/Registry.cpp | 1 + .../Checkers/GCDAntipatternChecker.cpp | 4 +- .../Checkers/ObjCAutoreleaseWriteChecker.cpp | 19 +++-- test/Analysis/autoreleasewritechecker_test.m | 12 +++ test/Analysis/gcdantipatternchecker_test.m | 42 +++++------ unittests/ASTMatchers/ASTMatchersTest.h | 2 +- unittests/ASTMatchers/ASTMatchersTraversalTest.cpp | 4 + 10 files changed, 165 insertions(+), 39 deletions(-)