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

Anastasia Stulova via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 31 04:18:33 PST 2019


Anastasia marked an inline comment as done.
Anastasia added inline comments.


================
Comment at: lib/Parse/ParseDeclCXX.cpp:2303
+    auto &Function = DeclaratorInfo.getFunctionTypeInfo();
+    auto &MQ = Function.getOrCreateMethodQualifiers();
+    for (auto &attr : DeclaratorInfo.getAttributes()) {
----------------
I think I need to create this only if we parsed AS attr successfully....


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

https://reviews.llvm.org/D57464





More information about the cfe-commits mailing list