[PATCH] D102261: Introduce SYCL 2020 mode
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 12 09:04:53 PDT 2021
aaron.ballman added a comment.
In D102261#2754289 <https://reviews.llvm.org/D102261#2754289>, @tschuett wrote:
> My bad. My last comment:
>
> LangOptions::SYCL::Ver2017
> LangOptions::SYCL_2017
To me, those convey the same amount of information, so the use of the scoped enum doesn't get us much (but it would mean we can't use `LangOptions::SYCL` for any other purpose in the future).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102261/new/
https://reviews.llvm.org/D102261
More information about the cfe-commits
mailing list