[PATCH] D102261: Introduce SYCL 2020 mode

Thorsten via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 11 11:47:55 PDT 2021


tschuett added inline comments.


================
Comment at: clang/include/clang/Basic/LangOptions.h:130
 
   enum SYCLMajorVersion {
     SYCL_None,
----------------
Do you want to change  it to a scoped enum or will this cause major issues? ClangABI is a scoped enum?!?


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

https://reviews.llvm.org/D102261



More information about the cfe-commits mailing list