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).
Details
Details
- Reviewers
 ldionne - Group Reviewers
 Restricted Project Restricted Project - Commits
 - rG851a335b1e64: [libc++] Add a job running GCC with C++11
 
Diff Detail
Diff Detail
- Repository
 - rG LLVM Github Monorepo