This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 08aeccc Add a small test for __STRUCT_PARM_ALIGN__ for ppc64 darwin. new 6113c88 [Modules] Add documentation on private frameworks new 4d6eb59 [Headers] Reapply: Add #include_next for tgmath.h on Darwin
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: docs/Modules.rst | 11 +++++++++++ lib/Headers/tgmath.h | 16 +++++++++++++--- test/Headers/Inputs/usr/include/math.h | 1 + test/Headers/Inputs/usr/include/tgmath.h | 4 ++++ test/Headers/tgmath-darwin.c | 12 ++++++++++++ 5 files changed, 41 insertions(+), 3 deletions(-) create mode 100644 test/Headers/Inputs/usr/include/math.h create mode 100644 test/Headers/Inputs/usr/include/tgmath.h create mode 100644 test/Headers/tgmath-darwin.c