[PATCH] D150450: Add C++26 compile flags.

Erich Keane via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri May 12 11:40:02 PDT 2023


erichkeane updated this revision to Diff 521743.
erichkeane marked an inline comment as done.
erichkeane added a comment.

Added double-backticks, updated the tests for the new __cplusplus entries I changed during review.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D150450/new/

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/cl-options.c
  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.521743.patch
Type: text/x-patch
Size: 13440 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230512/fb340f25/attachment.bin>


More information about the cfe-commits mailing list