]> granicus.if.org Git - clang/commit
[analyzer] Convert existing checkers to use check::preCall and check::postCall.
authorJordan Rose <jordan_rose@apple.com>
Mon, 2 Jul 2012 19:28:21 +0000 (19:28 +0000)
committerJordan Rose <jordan_rose@apple.com>
Mon, 2 Jul 2012 19:28:21 +0000 (19:28 +0000)
commitfe6a011a113b3ddcb32f42af152d7476054e7f79
tree5e404e9d0286b1059af7cc1833b46c773e79dc88
parent96479da6ad9d921d875e7be29fe1bfa127be8069
[analyzer] Convert existing checkers to use check::preCall and check::postCall.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159563 91177308-0d34-0410-b5e6-96231b3b80d8
lib/StaticAnalyzer/Checkers/AttrNonNullChecker.cpp
lib/StaticAnalyzer/Checkers/CallAndMessageChecker.cpp
lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp
lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp
test/Analysis/misc-ps-region-store.m
test/Analysis/nonnull.m [new file with mode: 0644]