- Add feature test macros.
- Add buildbot configuration generic-cxx2b that uses clang-tot.
Details
Details
- Reviewers
ldionne jfb - Group Reviewers
Restricted Project - Commits
- rG95729f95d803: [libc++] Add basic support for -std=c++2b.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
libcxx/utils/libcxx/test/params.py | ||
---|---|---|
11 | The problem is that we use this value to pass -std=<xxx> to compilers, and some older compilers don't understand -std=c++20 (only -std=c++2a). |
Shouldn't this be c++20?