Skip to content
Commit 3f58774c authored by Ted Kremenek's avatar Ted Kremenek
Browse files

Fix off-by-one bug in diagnostic prose of ObjCContainersASTChecker.

While the check itself should count 0-based for the parameter index,
the diagnostic should be 1-based (first, second, third, not start at 0).

Fixes <rdar://problem/12249569>.

llvm-svn: 163375
parent 891bcdb6
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment