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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to