[PATCH] D149553: [clang] Use -std=c++23 instead of -std=c++2b

Louis Dionne via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 2 14:38:29 PDT 2023


ldionne added a comment.

Thanks for doing this! No objection, will let Aaron give the thumbs up.



================
Comment at: clang/test/Parser/cxx2b-label.cpp:1
-// RUN: %clang_cc1 -fsyntax-only -verify=expected,cxx2b -std=c++2b -Wpre-c++2b-compat %s
+// RUN: %clang_cc1 -fsyntax-only -verify=expected,cxx23 -std=c++23 -Wpre-c++23-compat %s
 // RUN: %clang_cc1 -fsyntax-only -verify=expected,cxx20 -std=c++20 %s
----------------
We could also consider renaming those files.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149553



More information about the cfe-commits mailing list