llvm-project/libcxx/test
Eric Fiselier 015839a555 [libcxx] [test] Guard __has_include usage with a macro
Summary: There's a macro scheme already being used for __has_feature etc. Use it for __has_include too, which makes MSVC happy (it doesn't support __has_include yet, and unguarded use explodes horribly).

Reviewers: mclow.lists, EricWF

Subscribers: cfe-commits

Differential Revision: https://reviews.llvm.org/D25251

llvm-svn: 283260
2016-10-04 21:25:51 +00:00
..
libcxx [lit] Allow more file extensions for test cases. 2016-10-03 16:00:22 +00:00
std Add tests to make sure that is_constructible<cv-void> is false. We already checked 'unqualified void'. This was brought up by LWG#2738 2016-10-03 23:39:52 +00:00
support [libcxx] [test] Guard __has_include usage with a macro 2016-10-04 21:25:51 +00:00
CMakeLists.txt [libcxx] Introduce an externally-threaded libc++ variant. 2016-09-11 21:46:40 +00:00
lit.cfg [libcxx] Allow use of ShTest in libc++ tests along with other changes. 2015-01-22 18:05:58 +00:00
lit.site.cfg.in [libcxx] Introduce an externally-threaded libc++ variant. 2016-09-11 21:46:40 +00:00
nothing_to_do.pass.cpp Test commit: Reverting whitespace changes 2014-07-17 05:10:03 +00:00
testit Add 'nostdinc++' to the flags used by testit. Makes the tests run better on Mac OS X with the new depr.c headers change 2015-11-01 21:14:22 +00:00