llvm-project/libcxx/test
Louis Dionne fd4680fd2c [libc++] Include skipped headers in the --trace-includes output
By default, Clang does not include headers that are skipped due to
the include guard optimization in the --trace-includes output, which
breaks the use case that we were trying to use it for.

However, Clang does support the -fshow-skipped-includes flag, which
does exactly what we need and will result in an accurate include
graph.

As a fly-by fix, make sure that our includes don't differ between
-fexceptions and -fno-exceptions.

Differential Revision: https://reviews.llvm.org/D134829
2022-09-29 15:07:10 -04:00
..
configs [libcxx] [test] Remove --env PATH from the static clangcl config 2022-08-19 11:40:58 +03:00
libcxx [libc++] Include skipped headers in the --trace-includes output 2022-09-29 15:07:10 -04:00
std [NFC][libc++][test] Enables variant test. 2022-09-29 17:28:19 +02:00
support [libc++] implement "pair" section of P2321R2 `zip` 2022-09-28 11:24:54 +01:00
.clang-tidy [libc++] Add clang-tidy for the tests 2022-07-20 11:26:49 +02:00
CMakeLists.txt [libc++] Re-apply "Always build c++experimental.a"" 2022-07-19 10:44:19 -04:00
lit.cfg.py