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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to