]> granicus.if.org Git - clang/commit
[Headers] Add #include_next for tgmath.h on Darwin
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Fri, 9 Dec 2016 03:30:46 +0000 (03:30 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Fri, 9 Dec 2016 03:30:46 +0000 (03:30 +0000)
commit6e73e3464e96a4e00492c24aa790d36e1adb5702
treea74b3b12892b67b9b309c5f8e54a7d561d84abd0
parent732bd78b4ae905a419386752920f3c20c63c9747
[Headers] Add #include_next for tgmath.h on Darwin

Allow darwin to provide additional definitions and implementation
specifc values for tgmath.h on Apple platforms.

rdar://problem/19019845

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@289181 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Headers/tgmath.h
test/Headers/Inputs/usr/include/tgmath.h [new file with mode: 0644]
test/Headers/tgmath-darwin.c [new file with mode: 0644]