This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 045b4baaa3 [NFC] Reorder some mis-ordered tests new 8208fdc13b [ASTImporter] Add support for importing ChooseExpr AST nodes.
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: docs/LibASTMatchersReference.html | 5 +++ include/clang/ASTMatchers/ASTMatchers.h | 4 +++ lib/AST/ASTImporter.cpp | 28 +++++++++++++++ lib/ASTMatchers/ASTMatchersInternal.cpp | 1 + lib/ASTMatchers/Dynamic/Registry.cpp | 1 + test/ASTMerge/choose-expr/Inputs/choose.c | 2 ++ test/ASTMerge/choose-expr/test.c | 4 +++ unittests/AST/ASTImporterTest.cpp | 49 +++++++++++++++++++++++++++ unittests/ASTMatchers/ASTMatchersNodeTest.cpp | 5 +++ 9 files changed, 99 insertions(+) create mode 100644 test/ASTMerge/choose-expr/Inputs/choose.c create mode 100644 test/ASTMerge/choose-expr/test.c