This is a preparation of the next version of the ISO C++ Standard.
WG21 will start working on C++26 at their next meeting in June. This
prepares Clang to implement features after they have been voted in. It
also allows other projects like libc++ to prepare their code before the
next meeting.
Details
Details
- Reviewers
aaron.ballman cor3ntin erichkeane ldionne
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/lib/Frontend/InitPreprocessor.cpp | ||
---|---|---|
441–443 | This needs to go on line 457ff to C++, not C |
clang/lib/Frontend/InitPreprocessor.cpp | ||
---|---|---|
441–443 | Good catch, I fixed it. |
Comment Actions
This patch has accidentally been duplicated in D150450. That version has a few more changes and @erichkeane has integrated the missing clang-cl part.
This needs to go on line 457ff to C++, not C