[libc++] Migrate warning flags to the DSL
authorLouis Dionne <ldionne@apple.com>
Thu, 29 Oct 2020 21:30:28 +0000 (17:30 -0400)
committerLouis Dionne <ldionne@apple.com>
Mon, 2 Nov 2020 17:25:05 +0000 (12:25 -0500)
commitd6e2bac19554a6f877e36d09547b3686b5d7ddb1
tree37f407ccbdbf91b1b77085fadf3322d905275651
parent8fc07fed32b0f18bd496b7014cdf61619ba77316
[libc++] Migrate warning flags to the DSL

This makes us closer to running the test suite on platforms where the
legacy test suite configuration doesn't work.

One notable change after this commit is that the tests will be run with
warnings enabled on GCC too, which wasn't the case before. However,
previous commits should have tweaked the test suite to make sure it
passes with warnings enabled on GCC.

Note that warnings can still be disabled with `--param enable_warnings=False`,
as before.

Differential Revision: https://reviews.llvm.org/D90432
libcxx/docs/TestingLibcxx.rst
libcxx/utils/libcxx/test/config.py
libcxx/utils/libcxx/test/dsl.py
libcxx/utils/libcxx/test/params.py