]> granicus.if.org Git - clang/commit
Add line SourceLocation to NSString checks.
authorTed Kremenek <kremenek@apple.com>
Thu, 27 Mar 2008 21:23:57 +0000 (21:23 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 27 Mar 2008 21:23:57 +0000 (21:23 +0000)
commit9b3fdeaca3660789d89e3980dc7d41e8676cd901
tree5b1dd8c3996f99870679d5a935f1071b342384c7
parente5d5c204c761cc3b2a6374a15b035420f207c7af
Add line SourceLocation to NSString checks.
Added test case to test warning about passing 'nil' to NSString's compare: method.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48896 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/BasicObjCFoundationChecks.cpp
test/Analysis-Apple/NSString.m [new file with mode: 0644]