erichkeane added a comment.

Looks like both ABIs that use this assume the parameter passed to 
`getMemberPointerInfo` is non-null.  While we DO check the type (in reality, we 
probably should be doing a `if (const auto *MPT = 
Ty->getAs<MemberPointerType>())` instead, I think this is a problem that at 
least SHOULD be fixed somehow.

Why was this abandoned?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149922

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

Reply via email to