Codesbyusman added inline comments.

================
Comment at: clang/include/clang/Basic/TokenKinds.def:384
+C2X_KEYWORD(true                        , BOOLSUPPORT)
+C2X_KEYWORD(remove_quals                , KEYC2X)
+
----------------
aaron.ballman wrote:
> This is technically correct, but I think we should remove it until we go to 
> implement that paper instead of introducing the keyword out of thin air here.
> 
> Btw, I think that should be `, 0` instead of `, KEYC2X` given the use of 
> `C2X_KEYWORD`, right?
> This is technically correct, but I think we should remove it until we go to 
> implement that paper instead of introducing the keyword out of thin air here.
> 
> Btw, I think that should be `, 0` instead of `, KEYC2X` given the use of 
> `C2X_KEYWORD`, right?

Don't know much but what I understand that this is a keyword but not published 
officially by language but will be in future. so I think will be good to remove 
it or can add Fixme?


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