[PATCH] D55640: [clang-tidy] Implement a check for large Objective-C type encodings 🔍

David Chisnall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 13 01:04:18 PST 2018


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





More information about the cfe-commits mailing list