[PATCH] D102261: Introduce SYCL 2020 mode
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 11 12:16:09 PDT 2021
aaron.ballman added a comment.
In D102261#2751782 <https://reviews.llvm.org/D102261#2751782>, @tschuett wrote:
> No worries. I just wondered why only ClangABI is scoped ^^
:-)
FWIW, I think it's because `LangOptions::Ver1` would be hard to understand compared to `LangOptions::ClangABI::Ver1`, whereas in this case, `LangOptions::SYCL_2020` is reasonably clear as to what's meant.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102261/new/
https://reviews.llvm.org/D102261
More information about the cfe-commits
mailing list