[PATCH] D61506: [OpenCL] Switch to C++17

Ronan Keryell via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri May 3 14:34:21 PDT 2019


keryell added inline comments.


================
Comment at: include/clang/Frontend/LangStandards.def:162
              OpenCL, "OpenCL C++ 1.0",
-             LineComment | CPlusPlus | CPlusPlus11 | CPlusPlus14 | Digraphs | OpenCL)
+             LineComment | CPlusPlus | CPlusPlus11 | CPlusPlus14 | CPlusPlus17 | Digraphs | OpenCL)
 
----------------
kpet wrote:
> Suggest you add `HexFloat` as well. It is part of c++17 and all OpenCL versions.
Why only C++17?
I would love to have `CPlusPlus2a` here too...


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

https://reviews.llvm.org/D61506





More information about the cfe-commits mailing list