[PATCH] D131683: Diagnosing the Future Keywords

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 11 07:54:03 PDT 2022


aaron.ballman 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)
----------------
xbolva00 wrote:
> nullptr is now in C23, right?
It is, but that's separate from the rest of these changes (it would need testing and other work).


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