[PATCH] D150450: Add C++26 compile flags.
Erich Keane via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri May 12 07:33:07 PDT 2023
erichkeane created this revision.
erichkeane added reviewers: clang-language-wg, aaron.ballman.
Herald added a project: All.
erichkeane requested review of this revision.
Herald added a subscriber: MaskRay.
Now that we've updated to C++23, we need to add C++26/C++2c command line
flags, as discussed in
https://discourse.llvm.org/t/rfc-lets-just-call-it-c-26-and-forget-about-the-c-2c-business-at-least-internally/70383
https://reviews.llvm.org/D150450
Files:
clang/docs/CommandGuide/clang.rst
clang/docs/ReleaseNotes.rst
clang/include/clang/Basic/DiagnosticGroups.td
clang/include/clang/Basic/LangOptions.def
clang/include/clang/Basic/LangStandard.h
clang/include/clang/Basic/LangStandards.def
clang/lib/Basic/LangOptions.cpp
clang/lib/Driver/Driver.cpp
clang/lib/Driver/ToolChains/Clang.cpp
clang/lib/Frontend/InitPreprocessor.cpp
clang/test/Driver/unknown-std.cpp
clang/test/Preprocessor/init.c
clang/www/OpenProjects.html
clang/www/cxx_status.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150450.521649.patch
Type: text/x-patch
Size: 11860 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230512/95515034/attachment-0001.bin>
More information about the cfe-commits
mailing list