This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 1245e82a91 [X86] Add 'znver2' and 'cascadelake' to the __builtin_cpu_is test. new 5e83a6e0f1 [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 | 34 +++++++++++++++++++++++++++ unittests/ASTMatchers/ASTMatchersNodeTest.cpp | 5 ++++ 9 files changed, 84 insertions(+) create mode 100644 test/ASTMerge/choose-expr/Inputs/choose.c create mode 100644 test/ASTMerge/choose-expr/test.c