]> granicus.if.org Git - clang/commit
Move UndefDerefChecker into its own file.
authorZhongxing Xu <xuzhongxing@gmail.com>
Sat, 31 Oct 2009 08:44:33 +0000 (08:44 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Sat, 31 Oct 2009 08:44:33 +0000 (08:44 +0000)
commit246a9ade3e1fd24249c03f1757ed740e35fef0cd
tree9a58d3a421ac179a3317b8f927b90d3012594ab8
parent507eec8d849fd86ac42ebdae2a343f9ab64fb274
Move UndefDerefChecker into its own file.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@85645 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Analysis/PathSensitive/Checkers/UndefDerefChecker.h [new file with mode: 0644]
lib/Analysis/GRExprEngineInternalChecks.cpp
lib/Analysis/UndefDerefChecker.cpp [new file with mode: 0644]