theraven added a comment.

I wonder if we want to have an option to elide ObjC type info for all non-POD 
C++ types.  Nothing that you do with the type encoding is likely to be correct 
(for example, you can see the pointer field in a `std::shared_ptr`, but you 
can't see that changes to it need to update reference counts) so it probably 
does more harm than good.


Repository:
  rCTE Clang Tools Extra

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

https://reviews.llvm.org/D55640



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

Reply via email to