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

Nikolas Klauser via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Apr 30 11:01:55 PDT 2023


philnik added inline comments.


================
Comment at: libcxx/test/tools/clang_tidy_checks/uglify_attributes.cpp:46
 
-  if (lang_opts.CPlusPlus2b) {
     attributes.emplace_back("assume");
----------------
You probably want to `#ifdef` this based on Clang 16/17.


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