commit | bc3a021df7f9ee4c4d1e9ec3c2aac2ef6d883206 | [log] [tgz] |
---|---|---|
author | Ted Kremenek <kremenek@apple.com> | Fri Oct 30 17:24:47 2009 +0000 |
committer | Ted Kremenek <kremenek@apple.com> | Fri Oct 30 17:24:47 2009 +0000 |
tree | a12d858247d376c98698b692c2dd66d8762c8ea7 | |
parent | 3f7c7f48654230d8e379214cfe49fcf2fde0a2c6 [diff] [blame] |
Move all logic for the null dereference checker from GRExprEngineInternalChecks.cpp to a separate .cpp file. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@85595 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Analysis/CMakeLists.txt b/lib/Analysis/CMakeLists.txt index 89c1783..d3bf42b 100644 --- a/lib/Analysis/CMakeLists.txt +++ b/lib/Analysis/CMakeLists.txt
@@ -28,6 +28,7 @@ GRState.cpp LiveVariables.cpp MemRegion.cpp + NullDerefChecker.cpp PathDiagnostic.cpp RangeConstraintManager.cpp RegionStore.cpp