This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from b24786a Enable opencl driver tests, which never ran. new 1b7c219 [GCC] PR23529 Mangler part of attrbute abi_tag support
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: lib/AST/ItaniumMangle.cpp | 489 +++++++++++++++++++++++++++++------ lib/Sema/SemaDeclAttr.cpp | 4 - test/CodeGenCXX/mangle-abi-tag.cpp | 204 +++++++++++++++ test/PCH/attrs.c | 2 +- test/SemaCXX/attr-abi-tag-syntax.cpp | 10 - 5 files changed, 613 insertions(+), 96 deletions(-) create mode 100644 test/CodeGenCXX/mangle-abi-tag.cpp