1. 70f9d86 String comparison cleanups. Added test case. by Ted Kremenek · 17 years ago
  2. b309525 Use EvalSummary to process message expressions, thereby unifying the checker by Ted Kremenek · 17 years ago
  3. 86ad3bc Minor refactorings/cleanups in CF retain checker and added support for NSMakeCollectable. by Ted Kremenek · 17 years ago
  4. 623f83f testcase cleanup by Ted Kremenek · 17 years ago
  5. fd3344d Static analysis test case for noreturn on exceptions. by Ted Kremenek · 17 years ago
  6. 910e999 Do a better job at computing dead symbols. by Ted Kremenek · 17 years ago
  7. 08e48c1 Added test case for functionality fix in rdar://problem/5886141 (handle variadic CF Create functions). by Ted Kremenek · 17 years ago
  8. 576b3ad Added test cases to test for reference count leaks. by Ted Kremenek · 17 years ago
  9. 274d009 Add extra test cases to test "escaping" for the reference count checker. by Ted Kremenek · 17 years ago
  10. d59d96f Update CF reference count checker test case to illustrate the use of by Ted Kremenek · 17 years ago
  11. 896436e Updated test cases so that they do not emit warnings for dead stores. by Ted Kremenek · 17 years ago
  12. a0df99f Changed behavior of how we handle "NULL" summaries: just call by Ted Kremenek · 17 years ago
  13. 940b1d8 Fixed some logic errors in the CF ref count checker; we now can detect simple by Ted Kremenek · 17 years ago
  14. d71ed26 Refactored all logic to run the GRSimpleVals and CFRef checker into a common by Ted Kremenek · 17 years ago
  15. 4ba6283 Expanded NSString checking to check for nil for a few more methods. by Ted Kremenek · 17 years ago
  16. 9b3fdea Add line SourceLocation to NSString checks. by Ted Kremenek · 17 years ago
  17. 5f67d13 Added test case for static analysis to warn about passing uninitialized values as arguments (not the receiver) in message expressions. by Ted Kremenek · 17 years ago
  18. 2daf5b6 Added test case for static analyzer to detect uses of uninitialized pointers as receivers in Objective-C message expressions. by Ted Kremenek · 17 years ago