[PATCH] D53705: [OpenCL] Postpone PSV address space diagnostic

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Nov 3 11:41:44 PDT 2018


rjmccall added a comment.

I'm just concerned about adding a great deal of complexity to mainline Clang in order to support a language that might still be in major flux and which I feel is likely to be forced to re-embrace qualifiers in the language model.  Maybe this work should happen in a branch for awhile, at least for superficial things — patches to e.g. generalize things at the IRGen level to handle address spaces in various C++ language features would still be welcome, since those are likely to be useful across language modes.


Repository:
  rC Clang

https://reviews.llvm.org/D53705





More information about the cfe-commits mailing list