mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-30 01:06:05 +00:00

This configuration is interesting because GCC has a different level of strictness for some C++ rules. In particular, it implements the older standards more stringently than Clang, which can help find places where we are non-conforming (especially in the test suite). Differential Revision: https://reviews.llvm.org/D105936