1. b94b81a Let constraint manager inform checkers that some assumption logic has happend. by Zhongxing Xu · 15 years ago
  2. d9c84c8 Add initial support for realloc() in MallocChecker. by Zhongxing Xu · 15 years ago
  3. a49c6b7 Completely evaluate malloc/free in MallocChecker.cpp. by Zhongxing Xu · 15 years ago
  4. 7fb1464 Use 'class' instead of 'struct'. by Zhongxing Xu · 15 years ago
  5. ba5fb5a lib/Analysis: Remove VISIBILITY_HIDDEN from definitions in anonymous namespace by Kovarththanan Rajaratnam · 15 years ago
  6. 19d67b5 Clean up the Checker API a little more, resolving some hidden bugs by Ted Kremenek · 15 years ago
  7. f605aae Save and restore the HasGen flag in MallocChecker. by Zhongxing Xu · 15 years ago
  8. 4985e3e Add PreVisitReturn to Malloc checker. Now we can recognize returned memory by Zhongxing Xu · 15 years ago
  9. 243fde9 Add EvalEndPath interface to Checker. Now we can check memory leaked at the by Zhongxing Xu · 15 years ago
  10. d02e232 Change *BugReport constructors to take StringRefs. by Benjamin Kramer · 15 years ago
  11. fc7ac8f Malloc checker basically works now. by Zhongxing Xu · 15 years ago
  12. 7b76096 Hook up Malloc checker. by Zhongxing Xu · 15 years ago
  13. 221089b Fix MSVC build. by Benjamin Kramer · 15 years ago
  14. 589c0f2 Add boilerplate logic for a malloc/free checker. by Zhongxing Xu · 15 years ago