llvm-project/libcxx/test/std
Roman Lebedev 622e753549 Fix last_write_time.pass.cpp to work with clang-3.9 and earlier
At least with clang-3.9 and earlier, -Wunknown-pragmas is also needed.

llvm-svn: 315882
2017-10-15 21:52:53 +00:00
..
algorithms Fix test for C++03 2017-08-29 01:10:51 +00:00
atomics [libcxx] [test] Untabify, NFC. 2017-07-29 00:55:10 +00:00
containers [test] Allow other implementations to strengthen noexcept on deque's move constructor 2017-09-30 23:15:22 +00:00
depr Placate unused variable warnings uncovered by improvements to clang's -Wunused-variable 2017-10-14 15:52:38 +00:00
diagnostics Add include of <string> to <system_error>, since things in there return strings. Fixes PR#34529. 2017-09-11 16:05:42 +00:00
experimental Fix last_write_time.pass.cpp to work with clang-3.9 and earlier 2017-10-15 21:52:53 +00:00
input.output Mark test as a long-test 2017-10-12 08:46:05 +00:00
iterators Placate unused variable warnings uncovered by improvements to clang's -Wunused-variable 2017-10-14 15:52:38 +00:00
language.support Placate unused variable warnings uncovered by improvements to clang's -Wunused-variable 2017-10-14 15:52:38 +00:00
localization [libcxx] [test] Rename _Tp to T. NFCI. 2017-08-11 20:53:53 +00:00
numerics Placate unused variable warnings uncovered by improvements to clang's -Wunused-variable 2017-10-14 15:52:38 +00:00
re Mark the new tests as unsupported when there are no exceptions 2017-09-12 23:33:34 +00:00
strings [libcxx] [test] Fix unused local typedef warnings. 2017-09-26 23:08:43 +00:00
thread Placate unused variable warnings uncovered by improvements to clang's -Wunused-variable 2017-10-14 15:52:38 +00:00
utilities Placate unused variable warnings uncovered by improvements to clang's -Wunused-variable 2017-10-14 15:52:38 +00:00
nothing_to_do.pass.cpp