This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from a621a93add [ASTMatchers] Introduce Objective-C matchers `hasReceiver` a [...] new e75ddf8c13 [analyzer] Provide a symmetric method for generating a PathD [...] new 83baf9557f [analyzer] Fix GCDAntipatternChecker to only fire when the s [...] new 627e5ecaad [analyzer] Bugfix for an overly eager suppression for null p [...]
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: .../Core/BugReporter/PathDiagnostic.h | 9 ++ .../Checkers/GCDAntipatternChecker.cpp | 4 +- lib/StaticAnalyzer/Core/BugReporterVisitors.cpp | 99 +++++++++++++--------- .../diagnostics/macro-null-return-suppression.cpp | 23 +++++ test/Analysis/gcdantipatternchecker_test.m | 10 +++ 5 files changed, 105 insertions(+), 40 deletions(-)