This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 6e231a9 [Myriad] add empty file to simulated bin dir new 70dc599 Implement name mangling proposal for exception specifications [...] new 6fe2a45 Treat module headers wrapped by our builtin headers as implic [...]
The 2 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/AST/Type.h | 3 ++ include/clang/Basic/DiagnosticSemaKinds.td | 3 ++ lib/AST/ASTContext.cpp | 10 +++-- lib/AST/ItaniumMangle.cpp | 34 +++++++++++++++ lib/AST/Type.cpp | 9 ++++ lib/Lex/ModuleMap.cpp | 14 ++++--- lib/Sema/SemaDecl.cpp | 36 ++++++++++++++++ lib/Sema/TreeTransform.h | 2 + test/CXX/drs/dr0xx.cpp | 2 +- test/CodeGenCXX/mangle-exception-spec.cpp | 49 ++++++++++++++++++++++ test/Modules/Inputs/System/usr/include/stdbool.h | 2 +- .../libc-libcxx/sysroot/usr/include/stddef.h | 1 - test/Modules/cstd.m | 2 +- test/SemaCXX/cxx1z-noexcept-function-type.cpp | 43 +++++++++++++++++++ 14 files changed, 198 insertions(+), 12 deletions(-) create mode 100644 test/CodeGenCXX/mangle-exception-spec.cpp