[PATCH] D12381: [Static Analyzer] Merge the Objective-C Generics Checker into Dynamic Type Propagation checker.

Gábor Horváth via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 8 12:22:20 PDT 2015


xazax.hun marked 2 inline comments as done.
xazax.hun added a comment.

There are several fallouts from this review, so I decided to split this patch up the following way:

1. I created a patch to incorporate the result of this review into ObjCGenericsChecker: http://reviews.llvm.org/D12701
2. I will created a separate patch to purge the dynamic type information from the GDM for dead symbols.
3. Once the former two patch is accepted I will rebase this patch on the top of those, so this will only contain minimal changes required for the merge.


http://reviews.llvm.org/D12381





More information about the cfe-commits mailing list