[PATCH] D131683: "Diagnosing the Future Keywords"

Dávid Bolvanský via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 11 07:42:29 PDT 2022


xbolva00 added inline comments.


================
Comment at: clang/include/clang/Basic/TokenKinds.def:395
 CXX11_KEYWORD(noexcept              , 0)
 CXX11_KEYWORD(nullptr               , 0)
+CXX11_KEYWORD(static_assert         , KEYMSCOMPAT|KEYC23)
----------------
nullptr is now in C23, right?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131683



More information about the cfe-commits mailing list