[PATCH] D64400: [OpenCL][PR42390] Deduce addr space for templ specialization

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 11 19:47:02 PDT 2019


rjmccall added a comment.

There are some code paths that I think are common between the parser and template instantiation, like `BuildPointerType` and `BuildReferenceType`, but if you want to do context-sensitive inference that might not be good enough.


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

https://reviews.llvm.org/D64400





More information about the cfe-commits mailing list