1. 6e8417c Relax an assertion. Various cases could lead to non-symbol values. by Zhongxing Xu · 15 years ago
  2. c048322 Checker: random include cleanup. by Benjamin Kramer · 16 years ago
  3. 1bb6a1a Add use-after-free check to MallocChecker. by Zhongxing Xu · 16 years ago
  4. be36ecb Fix pr6293. If ptr is NULL, no operation is preformed. by Zhongxing Xu · 16 years ago
  5. 57f0989 Revert 95541. by Ted Kremenek · 16 years ago
  6. 500f49f Rename: GRState::getSVal(Stmt*) => getExprVal(), by Zhongxing Xu · 16 years ago
  7. d6b8708 Split libAnalysis into two libraries: libAnalysis and libChecker. by Ted Kremenek · 16 years ago[Renamed (97%) from clang/lib/Analysis/MallocChecker.cpp]
  8. 228b0d4 Add support for computing size in elements for symbolic regions obtained from by Zhongxing Xu · 16 years ago
  9. e2bdb9a If the symbol has not been tracked, do not free it. This is possible when free by Zhongxing Xu · 16 years ago
  10. b0e15df Let constraint manager inform checkers that some assumption logic has happend. by Zhongxing Xu · 16 years ago
  11. c0484fa Add initial support for realloc() in MallocChecker. by Zhongxing Xu · 16 years ago
  12. 9cb53b8 Completely evaluate malloc/free in MallocChecker.cpp. by Zhongxing Xu · 16 years ago
  13. 1239de1 Use 'class' instead of 'struct'. by Zhongxing Xu · 16 years ago
  14. 65c6566 lib/Analysis: Remove VISIBILITY_HIDDEN from definitions in anonymous namespace by Kovarththanan Rajaratnam · 16 years ago
  15. f573515 Clean up the Checker API a little more, resolving some hidden bugs by Ted Kremenek · 16 years ago
  16. 7f83e97 Save and restore the HasGen flag in MallocChecker. by Zhongxing Xu · 16 years ago
  17. 23baa01 Add PreVisitReturn to Malloc checker. Now we can recognize returned memory by Zhongxing Xu · 16 years ago
  18. 4668c7e Add EvalEndPath interface to Checker. Now we can check memory leaked at the by Zhongxing Xu · 16 years ago
  19. f4c511b Change *BugReport constructors to take StringRefs. by Benjamin Kramer · 16 years ago
  20. c746096 Malloc checker basically works now. by Zhongxing Xu · 16 years ago
  21. c4902a5 Hook up Malloc checker. by Zhongxing Xu · 16 years ago
  22. 1eb8569 Fix MSVC build. by Benjamin Kramer · 16 years ago
  23. 88cca6b Add boilerplate logic for a malloc/free checker. by Zhongxing Xu · 16 years ago