[PATCH] D57464: Generalize method overloading on addr spaces to C++

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 5 22:27:55 PST 2019


rjmccall added a comment.

Moving parsed attributes between lists isn't unreasonable if that's what you have to do; we already do that when processing the ObjC ARC qualifiers.  The ambiguity with function attributes is pretty much inherent.

Alternatively, you shouldn't feel like you can't impose restrictions that make your life easier; this is a new language feature.


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

https://reviews.llvm.org/D57464





More information about the cfe-commits mailing list