1. 565e465 Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'. by Ted Kremenek · 14 years ago
  2. 5be028f Revert r92431, this code isn't dead and broke the ntfs build. by Daniel Dunbar · 15 years ago
  3. 368a55d Better coverage for -dump-record-layouts and -print-decl-contexts. by Eli Friedman · 15 years ago
  4. 80737ad Update tests to use %clang instead of 'clang', and forcibly disable use of ' by Daniel Dunbar · 15 years ago
  5. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  6. 01ed063 Make tests use the new clang -cc1 flag. by Fariborz Jahanian · 15 years ago
  7. 8a90ac0 Normalize options to use '-FOO' instead of '--FOO'. by Daniel Dunbar · 15 years ago
  8. c5a97ec Move -fnext-runtime defaulting to driver (and change clang-cc default to by Daniel Dunbar · 15 years ago
  9. 2475d76 Remove RUN: true lines. by Daniel Dunbar · 15 years ago
  10. 4fcfde4 Eliminate &&s in tests. by Daniel Dunbar · 15 years ago
  11. ad451cc Remove clang-cc -html-diags option, this doesn't fit in well and we get plenty by Daniel Dunbar · 15 years ago
  12. 7c15e71 Remove clang-cc code for handling -mmacosx-version-min and by Daniel Dunbar · 15 years ago
  13. 45e8423 Fix crash when synthesizing property setters when the property type and ivar by Daniel Dunbar · 15 years ago
  14. 09bdd59 clang-cc: Allow building for x86_64 with -mmacosx-version-min=10.4. by Daniel Dunbar · 15 years ago
  15. 4f9449d Add test for finding bfin backend. by Daniel Dunbar · 15 years ago
  16. d3afba8 Fix some made up triples. by Daniel Dunbar · 15 years ago
  17. 6c07bdb Introduce a new concept to the static analyzer: SValuator. by Ted Kremenek · 15 years ago
  18. 59e6357 AST printing for C++ base classes by Douglas Gregor · 15 years ago
  19. 6c9c940 Pretty printing and improved representation for namespace alias declarations by Douglas Gregor · 15 years ago
  20. 8419fa3 Printing for using directives, e.g., by Douglas Gregor · 15 years ago
  21. 6620a62 Never suppress specifiers when printing the parameters of a function by Douglas Gregor · 15 years ago
  22. 4fe0c8e Refactor and clean up the AST printer, so that it uses a DeclVisitor, by Douglas Gregor · 15 years ago
  23. ee75c05 AST XML dump, from Olaf Krzikalla! by Douglas Gregor · 15 years ago
  24. e4cf06d Simplify tests now that GNU runtime supports exception handling. by Daniel Dunbar · 15 years ago
  25. 1e64a95 This patch fixes two bugs in the GNU Objective-C runtime implementation. One is a case in rethrowing exceptions where the C types don't match correctly (I already sent this patch to Daniel Dunbar, who found the bug, so it may have already been committed). The other fixes the case properties so that the methods generated as property accessors are added to the class structure correctly. by Fariborz Jahanian · 15 years ago
  26. e24f27f remove obsolete tests. by Chris Lattner · 15 years ago
  27. bd5e5a5 We no longer accept @defs with the non-fragile ABI. by Daniel Dunbar · 15 years ago
  28. ba16be9 Apply a patch which adds 'OriginalParmVar' to the DeclContextPrinter by Jon by Zhongxing Xu · 15 years ago
  29. 9034558 Support member reference on ?: of struct type. by Daniel Dunbar · 15 years ago
  30. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  31. f94e215 Use not instead of ! in tests. by Daniel Dunbar · 15 years ago
  32. d5b918e Update test case. by Daniel Dunbar · 15 years ago
  33. f469557 More super dot-syntax property implementation by Fariborz Jahanian · 15 years ago
  34. fe34557 Don't mangle names of local variables. by Daniel Dunbar · 15 years ago
  35. 4e484b8 Support va_arg on _Complex. by Daniel Dunbar · 15 years ago
  36. 8b29a38 Handle demotion of coerced arguments (as in void a(x) short x; { ... }). by Daniel Dunbar · 15 years ago
  37. e7353a6 Force triple for this test case. by Daniel Dunbar · 15 years ago
  38. 190d6a2 A couple more vector component access fixes. by Nate Begeman · 16 years ago
  39. 567c8df Patch to diagnose a variety of misuse of property by Fariborz Jahanian · 16 years ago
  40. d5ff2fb disable these two tests, they crash and take a long time to run crashreporter etc. by Chris Lattner · 16 years ago
  41. b451bc1 Use #define trickery to de-XFAIL test/Coverage/codegen-gnu.m while by Daniel Dunbar · 16 years ago
  42. 8de8c36 Use #define trickery to de-XFAIL test/Coverage/codegen-next.m while by Daniel Dunbar · 16 years ago
  43. bd589e0 Add coverage of part of getPrimaryDecl that was failing prior to by Daniel Dunbar · 16 years ago
  44. 63c3a5f Add some uses of PredefinedExpr to language coverage includes. by Daniel Dunbar · 16 years ago
  45. ea7a31f Improve C language testing coverage. by Daniel Dunbar · 16 years ago
  46. a6f6c71 Coverage test for targets. by Daniel Dunbar · 16 years ago
  47. 075e3c1 Improve codegen coverage tests. by Daniel Dunbar · 16 years ago
  48. 417dd17 Add coverage tests of C and Obj-C language features. by Daniel Dunbar · 16 years ago
  49. ae3c16c Add test/Driver. - env-include-paths.c is XFAIL as it exposed a bug. by Daniel Dunbar · 16 years ago