[PATCH] D92277: [OpenCL] Refactor of targets OpenCL option settings
Anton Zabaznov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 14 05:01:04 PST 2021
azabaznov marked 14 inline comments as done.
azabaznov added inline comments.
================
Comment at: clang/include/clang/Basic/TargetInfo.h:1431
/// Set supported OpenCL extensions and optional core features.
+ virtual void setSupportedOpenCLOpts(const LangOptions &Opts) {}
----------------
Anastasia wrote:
> I feel this comment should get updated?
I'll change the naming in changes for OpenCL C 3.0 features.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92277/new/
https://reviews.llvm.org/D92277
More information about the cfe-commits
mailing list