[PATCH] D33191: [analyzer] ObjCGenerics: account for __kindof specifiers met along a chain of casts.
Artem Dergachev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 18 09:55:26 PDT 2017
NoQ planned changes to this revision.
NoQ added a comment.
Todo:
- See if the extra __kindofs leak into diagnostic messages.
- Test how this behaves in cases (2) and (4), add tests.
- Add tests for the recursive `__kindof` specifier merge (i.e. properly merge the second `__kindof` in `NSSet<__kindof NSArray<__kindof NSString>>`).
https://reviews.llvm.org/D33191
More information about the cfe-commits
mailing list