[PATCH] D59603: [PR40707][PR41011][OpenCL] Allow addr space spelling without double underscore in C++ mode

Ronan Keryell via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 20 11:47:51 PDT 2019


keryell added a comment.

I was a little bit worried about

  struct top_level { int i; };
  
  private ::top_level a;

but it should be fine because in that case we have a `tok::coloncolon`


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

https://reviews.llvm.org/D59603





More information about the cfe-commits mailing list