This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 7c5e085 Fix memory leak by storing returned pointer in std::unique_ptr new b69026b [Modules] Add 'gnuinlineasm' to the 'requires-declaration' fe [...]
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/Modules.rst | 3 +++ lib/Basic/Module.cpp | 1 + lib/Headers/module.modulemap | 1 + .../Headers/NeedsGNUInlineAsm.h | 1 + .../GNUAsm/NeedsGNUInlineAsm.framework/Headers/asm.h | 1 + .../Inputs/GNUAsm/NeedsGNUInlineAsm.framework/module.map | 8 ++++++++ test/Modules/requires-gnuinlineasm.m | 16 ++++++++++++++++ 7 files changed, 31 insertions(+) create mode 100644 test/Modules/Inputs/GNUAsm/NeedsGNUInlineAsm.framework/Headers/ [...] create mode 100644 test/Modules/Inputs/GNUAsm/NeedsGNUInlineAsm.framework/Headers/asm.h create mode 100644 test/Modules/Inputs/GNUAsm/NeedsGNUInlineAsm.framework/module.map create mode 100644 test/Modules/requires-gnuinlineasm.m