aboutsummaryrefslogtreecommitdiff
path: root/lib/Checker/MallocChecker.cpp
AgeCommit message (Expand)Author
2010-03-27Checker: random include cleanup.Benjamin Kramer
2010-03-10Add use-after-free check to MallocChecker.Zhongxing Xu
2010-02-14Fix pr6293. If ptr is NULL, no operation is preformed.Zhongxing Xu
2010-02-08Revert 95541.Ted Kremenek
2010-02-08Rename: GRState::getSVal(Stmt*) => getExprVal(),Zhongxing Xu
2010-01-25Split libAnalysis into two libraries: libAnalysis and libChecker.Ted Kremenek