rjmccall added inline comments.

================
Comment at: clang/lib/AST/ItaniumMangle.cpp:2342
+  if (isa<AutoType>(Ty))
+    return false;
   return true;
----------------
I agree with your analysis that this shouldn't be a substitution candidate.  
However, I think this probably needs an ABI-compatibility guard.


Repository:
  rC Clang

https://reviews.llvm.org/D45451



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

Reply via email to