1. c4d2c90 [analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misnomer award. by Argyrios Kyrtzidis · 14 years ago
  2. 65d3925 [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't have any checkers associated with it anymore. by Argyrios Kyrtzidis · 14 years ago
  3. 565e465 Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'. by Ted Kremenek · 15 years ago
  4. 33ec2f8 Simplify test case. This test case also applies to PR 6013. by Ted Kremenek · 15 years ago
  5. 74618de Associate test case with Bugzilla PR. by Ted Kremenek · 15 years ago
  6. 7b81e8f Fix pr6035. by Zhongxing Xu · 15 years ago
  7. e030358 add a bunch of missing prototypes to tests by Chris Lattner · 15 years ago
  8. 6607aca Move test case to a more appropriate file. by Zhongxing Xu · 15 years ago
  9. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  10. ef74f4c Replace clang-cc with clang -cc1. by Zhongxing Xu · 15 years ago
  11. 8a90ac0 Normalize options to use '-FOO' instead of '--FOO'. by Daniel Dunbar · 15 years ago
  12. 8382cf5 Add clang-cc option "--analyzer-experimental-internal-checks". This by Ted Kremenek · 15 years ago
  13. 18e7a3d Add comments to test. by Zhongxing Xu · 15 years ago
  14. caac089 Make this test case more portable by removing its dependency on system header files. by Ted Kremenek · 15 years ago
  15. 9668b1f Add casts to avoid a bunch of unused expr warnings. (They aren't reported right now due to a bug that I intend to fix). Ted, please review. by Anders Carlsson · 15 years ago
  16. 9599226 Prep for new warning. by Mike Stump · 15 years ago
  17. 88bd340 Fix silly mistake I made applying patch to fix test. by Eli Friedman · 15 years ago
  18. cb52d28 Misc fixes to fix tests on OpenBSD, per email to cfe-commits. Patches by Eli Friedman · 15 years ago
  19. 45257c3 A further step of r73690: associate the cast-to type with the created symbol, by Zhongxing Xu · 15 years ago
  20. 005f07b If the SymbolicRegion was cast to another type, use that type to create the by Zhongxing Xu · 15 years ago
  21. 59c03ff Modify test case comments. by Zhongxing Xu · 15 years ago
  22. 88c675f When casting region, if we do not create an element region, record the cast-to by Zhongxing Xu · 15 years ago
  23. fb1e331 Replace the heuristic isSmallerThan with ASTContext::getTypeSize(). by Zhongxing Xu · 16 years ago
  24. a8607d1 StoreManager::CastRegion: by Ted Kremenek · 16 years ago
  25. b1080ed Added comments to test case. by Zhongxing Xu · 16 years ago
  26. 6223107 Update test case. by Zhongxing Xu · 16 years ago
  27. 2fc3259 XFAIL the test case. by Zhongxing Xu · 16 years ago
  28. c58e785 Add test case. by Zhongxing Xu · 16 years ago