[PATCH] D46659: [clang-tidy/google-readability-casting] Allow C-style casts to/from Objective-C object types
Ben Hamilton via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 9 12:59:58 PDT 2018
benhamilton added a comment.
An alternative implementation would be to allow C-style casts (either always or only for ObjC objects) within Objective-C methods inside Objective-C++ files, but that may get messy with things like shared macros.
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D46659
More information about the cfe-commits
mailing list