This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ec47066bad [X86] Use __builtin_convertvector to replace some of the avx [...] new b8a4da9bec [AST] Fix -ast-print for _Bool when have diagnostics
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: include/clang/Sema/Sema.h | 4 ++-- lib/Frontend/ASTConsumers.cpp | 7 ++++--- lib/Sema/Sema.cpp | 7 ++++--- test/Misc/ast-print-bool.c | 44 +++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 54 insertions(+), 8 deletions(-) create mode 100644 test/Misc/ast-print-bool.c