This revision was not accepted when it landed; it landed in state "Needs
Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rC349227: [analyzer] ObjCContainers: Track index values.
(authored by dergachev, committed by ).
Repository:
rC Clang
CH
NoQ added a comment.
These are boring, i guess i just commit.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55458/new/
https://reviews.llvm.org/D55458
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://li
NoQ marked 2 inline comments as done.
NoQ added inline comments.
Comment at: test/Analysis/CFContainers.mm:178
void TestGetCount(CFArrayRef A, CFIndex sIndex) {
- CFIndex sCount = CFArrayGetCount(A);
- if (sCount > sIndex)
+ CFIndex sCount = CFArrayGetCount(A); // expected-no
NoQ created this revision.
NoQ added reviewers: dcoughlin, george.karpenkov.
Herald added subscribers: cfe-commits, dkrupp, donat.nagy, Szelethus, arphaman,
mikhail.ramalho, a.sidorin, szepet, baloghadamsoftware, xazax.hun.
This is a checker for CF (well, not really ObjC) arrays that checks array