[PATCH] D55127: [OpenCL] Diagnose conflicting address spaces between template definition and its instantiation

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 3 13:32:20 PST 2018


rjmccall added a comment.

Okay.  What you're saying is that the current OpenCL C++ compiler is implicitly adding an address-space qualifier at the top level to explicit template arguments.  I agree that it should not be doing that.

Can you explain why the changes to `TreeTransform` are required?


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

https://reviews.llvm.org/D55127





More information about the cfe-commits mailing list