[PATCH] D65102: [OpenCL] Rename lang mode flag for C++ mode

Anastasia Stulova via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 23 09:26:03 PDT 2019


Anastasia marked an inline comment as done.
Anastasia added inline comments.


================
Comment at: include/clang/Frontend/LangStandards.def:177
 LANGSTANDARD_ALIAS_DEPR(opencl20, "CL2.0")
+LANGSTANDARD_ALIAS_DEPR(opencl20, "CLC++")
 
----------------
kpet wrote:
> Shouldn't this be `openclcpp`?
Definitely! Good spot! Thanks!


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

https://reviews.llvm.org/D65102





More information about the cfe-commits mailing list