]> granicus.if.org Git - llvm/commit
[llvm-c-test] Make include-all.c do what its name says it does
authorAnders Waldenborg <anders@0x63.nu>
Mon, 6 May 2019 11:31:45 +0000 (11:31 +0000)
committerAnders Waldenborg <anders@0x63.nu>
Mon, 6 May 2019 11:31:45 +0000 (11:31 +0000)
commitad658270ef1aa7f503050598ab6caa667eeffb57
tree7c302e8975084c2fbc979c542fd1240f7c7519dc
parent0fc49e75a43904bba1fb125d0445f47432641a78
[llvm-c-test] Make include-all.c do what its name says it does

The purpose of this file is to make sure that all includes in llvm-c
works when included from a C source file (i.e no C++isms sneaked in).
To do this it must actually include all the include files.

Reviewed By: whitequark
Differential Revision: https://reviews.llvm.org/D61567

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@360033 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-c-test/include-all.c