[PATCH] D71005: [AST] Enable expression of OpenCL language address spaces an attribute

Alexey Bader via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 5 03:16:32 PST 2019


bader marked an inline comment as done.
bader added a comment.

In D71005#1770338 <https://reviews.llvm.org/D71005#1770338>, @Anastasia wrote:

> LGTM! Thanks!
>
> I presume OpenCL addr space logic won't apply in all cases in non-OpenCL compilations i.e. for example C++ because we enclose some of the logic under LangOpts checks.


I think so too.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71005





More information about the cfe-commits mailing list