Re: [PATCH] D12701: [Static Analyzer] Objective-C Generics checker improvements.
xazax.hun marked 2 inline comments as done. xazax.hun added a comment. http://reviews.llvm.org/D12701 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
Re: [PATCH] D12701: [Static Analyzer] Objective-C Generics checker improvements.
zaks.anna accepted this revision. This revision is now accepted and ready to land. Comment at: lib/StaticAnalyzer/Checkers/ObjCGenericsChecker.cpp:226 @@ +225,3 @@ +/// Inputs: +/// There is a static lower bound (SL) +/// There is a static upper bound (SL <: SU) --