vsapsai marked 2 inline comments as done.
vsapsai added inline comments.

================
Comment at: clang/lib/AST/Type.cpp:1293
+
+    const auto *newAttrType = dyn_cast<AttributedType>(newType.getTypePtr());
+    if (newAttrType->getAttrKind() != attr::ObjCKindOf)
----------------
doug.gregor wrote:
> Either this should be a `cast<AttributedType>` or the next if should check 
> for !newAttrType. I suspect the latter is safer.
You are right. Thanks for the catch. Currently it shouldn't happen, as far as I 
can tell, so no test for the case when AttributedType is transformed to 
something else.


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

https://reviews.llvm.org/D57076



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

Reply via email to