]> granicus.if.org Git - clang/commit
Teach the CStringChecker and PthreadLockChecker about non-identifier
authorDouglas Gregor <dgregor@apple.com>
Mon, 1 Nov 2010 23:16:05 +0000 (23:16 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 1 Nov 2010 23:16:05 +0000 (23:16 +0000)
commit90d26a4afdbf6d917a5241ef3b316e1c8337c9b8
treea0566345251f156e973a878d7390064a31444439
parent21e75d00b0e016fa89d54cf5b4e7d48bf5ff6e57
Teach the CStringChecker and PthreadLockChecker about non-identifier
declaration names, from Jim Goodnow II!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@117970 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Checker/CStringChecker.cpp
lib/Checker/PthreadLockChecker.cpp
test/Analysis/operator-calls.cpp [new file with mode: 0644]