1. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  2. 112344a Re-apply "[analyzer] Model casts to bool differently from other numbers." by Jordan Rose · 11 years ago
  3. 7e6b564 Revert "[analyzer] Model casts to bool differently from other numbers." by Jordan Rose · 11 years ago
  4. 5e6c06b [analyzer] Model casts to bool differently from other numbers. by Jordan Rose · 11 years ago
  5. beca02f [analyzer] Teach the analyzer to use a symbol for p when evaluating (void*)p. by Anna Zaks · 12 years ago
  6. 8e8fb3b Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. by Andy Gibbs · 12 years ago
  7. cdc3a89 Fix analyzer tests. by Ted Kremenek · 12 years ago
  8. b3b1ae8 [analyzer] Exit early if constraint solver is given a non-integer symbol by Anna Zaks · 12 years ago
  9. 033a07e [analyzer] rename all experimental checker packages to have 'experimental' be the common root package. by Ted Kremenek · 13 years ago
  10. c4d2c90 [analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misnomer award. by Argyrios Kyrtzidis · 14 years ago
  11. 65d3925 [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't have any checkers associated with it anymore. by Argyrios Kyrtzidis · 14 years ago
  12. 565e465 Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'. by Ted Kremenek · 15 years ago
  13. 33ec2f8 Simplify test case. This test case also applies to PR 6013. by Ted Kremenek · 15 years ago
  14. 74618de Associate test case with Bugzilla PR. by Ted Kremenek · 15 years ago
  15. 7b81e8f Fix pr6035. by Zhongxing Xu · 15 years ago
  16. e030358 add a bunch of missing prototypes to tests by Chris Lattner · 15 years ago
  17. 6607aca Move test case to a more appropriate file. by Zhongxing Xu · 15 years ago
  18. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  19. ef74f4c Replace clang-cc with clang -cc1. by Zhongxing Xu · 15 years ago
  20. 8a90ac0 Normalize options to use '-FOO' instead of '--FOO'. by Daniel Dunbar · 15 years ago
  21. 8382cf5 Add clang-cc option "--analyzer-experimental-internal-checks". This by Ted Kremenek · 15 years ago
  22. 18e7a3d Add comments to test. by Zhongxing Xu · 15 years ago
  23. caac089 Make this test case more portable by removing its dependency on system header files. by Ted Kremenek · 15 years ago
  24. 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
  25. 9599226 Prep for new warning. by Mike Stump · 15 years ago
  26. 88bd340 Fix silly mistake I made applying patch to fix test. by Eli Friedman · 15 years ago
  27. cb52d28 Misc fixes to fix tests on OpenBSD, per email to cfe-commits. Patches by Eli Friedman · 15 years ago
  28. 45257c3 A further step of r73690: associate the cast-to type with the created symbol, by Zhongxing Xu · 15 years ago
  29. 005f07b If the SymbolicRegion was cast to another type, use that type to create the by Zhongxing Xu · 15 years ago
  30. 59c03ff Modify test case comments. by Zhongxing Xu · 15 years ago
  31. 88c675f When casting region, if we do not create an element region, record the cast-to by Zhongxing Xu · 15 years ago
  32. fb1e331 Replace the heuristic isSmallerThan with ASTContext::getTypeSize(). by Zhongxing Xu · 15 years ago
  33. a8607d1 StoreManager::CastRegion: by Ted Kremenek · 15 years ago
  34. b1080ed Added comments to test case. by Zhongxing Xu · 15 years ago
  35. 6223107 Update test case. by Zhongxing Xu · 15 years ago
  36. 2fc3259 XFAIL the test case. by Zhongxing Xu · 15 years ago
  37. c58e785 Add test case. by Zhongxing Xu · 15 years ago