mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 05:32:28 +08:00
We want to eliminate all .compile.fail.cpp tests since they are brittle: these tests pass regardless of the specific compilation error, which means that e.g. a mising include will render the test null. This is not an exhaustive pass, just a few tests I stumbled upon.