This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 4654818441 [Basic] Fix some Clang-tidy modernize and Include What You U [...] new 9741fa7361 [ASTMatchers] Extend hasParameter and hasAnyParameter matche [...] new 8e76adccd4 [ASTMatchers] Introduce a matcher for matching any given Obj [...] new 4ef199881c [ast] Do not auto-initialize Objective-C for-loop variables [...]
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 | 71 +++++++++++++++++++++- include/clang/AST/Decl.h | 13 ++++ include/clang/ASTMatchers/ASTMatchers.h | 65 +++++++++++++++----- include/clang/ASTMatchers/ASTMatchersInternal.h | 5 ++ .../StaticAnalyzer/Core/PathSensitive/WorkList.h | 2 +- lib/ASTMatchers/ASTMatchersInternal.cpp | 28 +++++++-- lib/ASTMatchers/Dynamic/Registry.cpp | 1 + lib/Parse/ParseDecl.cpp | 7 ++- lib/Sema/SemaTemplateInstantiateDecl.cpp | 3 +- lib/Serialization/ASTReaderDecl.cpp | 1 + lib/Serialization/ASTWriterDecl.cpp | 2 + test/SemaObjC/foreachtemplatized.mm | 15 +++++ unittests/ASTMatchers/ASTMatchersNodeTest.cpp | 11 ++++ unittests/ASTMatchers/ASTMatchersTraversalTest.cpp | 4 ++ unittests/ASTMatchers/Dynamic/ParserTest.cpp | 26 +++++--- 15 files changed, 223 insertions(+), 31 deletions(-) create mode 100644 test/SemaObjC/foreachtemplatized.mm