This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from dff959c181 Introduce the ability to dump the AST to JSON. new 25c95dd446 Make language option `GNUAsm` discoverable with `__has_exten [...] new d6065d4875 [OpenMP][Clang][BugFix] Split declares and math functions in [...]
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/Basic/Features.def | 1 + lib/Driver/ToolChains/Clang.cpp | 2 +- lib/Headers/CMakeLists.txt | 1 + lib/Headers/__clang_cuda_cmath.h | 2 ++ lib/Headers/__clang_cuda_device_functions.h | 2 ++ lib/Headers/__clang_cuda_math_forward_declares.h | 8 ++++-- lib/Headers/openmp_wrappers/__clang_openmp_math.h | 9 ------ .../openmp_wrappers/__clang_openmp_math_declares.h | 33 ++++++++++++++++++++++ lib/Headers/openmp_wrappers/cmath | 2 -- lib/Headers/openmp_wrappers/math.h | 2 -- test/Headers/Inputs/include/cstdlib | 16 +++++++++++ test/Headers/nvptx_device_cmath_functions.c | 2 +- test/Headers/nvptx_device_cmath_functions.cpp | 3 +- test/Headers/nvptx_device_math_functions.c | 2 +- test/Headers/nvptx_device_math_functions.cpp | 3 +- test/Parser/asm.c | 4 +++ test/Parser/no-gnu-inline-asm.c | 4 +++ 17 files changed, 75 insertions(+), 21 deletions(-) create mode 100644 lib/Headers/openmp_wrappers/__clang_openmp_math_declares.h create mode 100644 test/Headers/Inputs/include/cstdlib