cxx/test/libcxx
Eric Fiselier e94b4840ef [libcxx] Add special warning flag detection logic to compiler.py
Summary: Detecting `-Wno-<warning>` flags can be tricky with GCC (See https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html). This patch adds a special `addWarningFlagIfSupported(<flag>)` method to the test compiler object that can be used to add warning flags. The goal of this patch is to help get the test suite running with more warnings.

Reviewers: danalbert, jroelofs

Subscribers: cfe-commits

Differential Revision: http://reviews.llvm.org/D11333

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@246069 91177308-0d34-0410-b5e6-96231b3b80d8
2015-08-26 20:17:33 +00:00
..
atomics Misc drive-by cleanups. NFC 2015-08-24 21:20:07 +00:00
containers Replace __asan_set_error_exit_code() with __sanitizer_set_death_callback() 2015-08-19 17:28:01 +00:00
experimental Fix one last dynarray test 2015-08-20 00:20:05 +00:00
selftest Add test macros header to remove dependance on __config macros. 2015-05-27 00:28:30 +00:00
test [libcxx] Add special warning flag detection logic to compiler.py 2015-08-26 20:17:33 +00:00
type_traits Mark __convert_to_integral test as XFAIL in c++03 2015-05-27 01:02:51 +00:00
utilities Move test/std/utilities/date.time to proper stable name utilities/time/date.time 2015-08-24 21:27:25 +00:00
__init__.py [libc++] Refactor test components into modules. 2015-01-09 18:03:29 +00:00
compiler.py [libcxx] Add special warning flag detection logic to compiler.py 2015-08-26 20:17:33 +00:00
double_include.sh.cpp Implement std::experimental::sample. 2015-05-13 16:55:41 +00:00
util.py [libcxx] Allow use of ShTest in libc++ tests along with other changes. 2015-01-22 18:05:58 +00:00