[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)
commit052e6ddf27c9fc5fb6abc82aae0c02ea700ad56c
tree40056c9bf5040db3f29189930508a1ef09775d24
parentbfeb7990b20c149e17ea88f463307c02b6e16534
[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

llvm-svn: 289181
clang/lib/Headers/tgmath.h
clang/test/Headers/Inputs/usr/include/tgmath.h [new file with mode: 0644]
clang/test/Headers/tgmath-darwin.c [new file with mode: 0644]