This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 5b1c9c4 Fix a crash on invalid code. new cd8eb65 [Modules] Add testcase for builtins used in umbrella headers
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: .../sysroot/Frameworks/A.framework/Headers/A.h | 15 +++++++++++++++ .../sysroot/Frameworks/A.framework/Headers/int.h | 14 ++++++++++++++ .../Frameworks/A.framework/Modules/module.modulemap | 4 ++++ .../sysroot/usr/include/c++/v1/module.modulemap | 3 +++ .../libc-libcxx/sysroot/usr/include/c++/v1/stdint.h | 6 ++++++ test/Modules/umbrella-header-include-builtin.mm | 4 ++++ 6 files changed, 46 insertions(+) create mode 100644 test/Modules/Inputs/libc-libcxx/sysroot/Frameworks/A.framework/ [...] create mode 100644 test/Modules/Inputs/libc-libcxx/sysroot/Frameworks/A.framework/ [...] create mode 100644 test/Modules/Inputs/libc-libcxx/sysroot/Frameworks/A.framework/ [...] create mode 100644 test/Modules/Inputs/libc-libcxx/sysroot/usr/include/c++/v1/stdint.h create mode 100644 test/Modules/umbrella-header-include-builtin.mm