1. 4f9449d Add test for finding bfin backend. by Daniel Dunbar · 15 years ago
  2. d3afba8 Fix some made up triples. by Daniel Dunbar · 15 years ago
  3. 6c07bdb Introduce a new concept to the static analyzer: SValuator. by Ted Kremenek · 15 years ago
  4. 59e6357 AST printing for C++ base classes by Douglas Gregor · 15 years ago
  5. 6c9c940 Pretty printing and improved representation for namespace alias declarations by Douglas Gregor · 15 years ago
  6. 8419fa3 Printing for using directives, e.g., by Douglas Gregor · 15 years ago
  7. 6620a62 Never suppress specifiers when printing the parameters of a function by Douglas Gregor · 15 years ago
  8. 4fe0c8e Refactor and clean up the AST printer, so that it uses a DeclVisitor, by Douglas Gregor · 15 years ago
  9. ee75c05 AST XML dump, from Olaf Krzikalla! by Douglas Gregor · 15 years ago
  10. e4cf06d Simplify tests now that GNU runtime supports exception handling. by Daniel Dunbar · 15 years ago
  11. 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
  12. e24f27f remove obsolete tests. by Chris Lattner · 15 years ago
  13. bd5e5a5 We no longer accept @defs with the non-fragile ABI. by Daniel Dunbar · 15 years ago
  14. ba16be9 Apply a patch which adds 'OriginalParmVar' to the DeclContextPrinter by Jon by Zhongxing Xu · 16 years ago
  15. 9034558 Support member reference on ?: of struct type. by Daniel Dunbar · 16 years ago
  16. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
  17. f94e215 Use not instead of ! in tests. by Daniel Dunbar · 16 years ago
  18. d5b918e Update test case. by Daniel Dunbar · 16 years ago
  19. f469557 More super dot-syntax property implementation by Fariborz Jahanian · 16 years ago
  20. fe34557 Don't mangle names of local variables. by Daniel Dunbar · 16 years ago
  21. 4e484b8 Support va_arg on _Complex. by Daniel Dunbar · 16 years ago
  22. 8b29a38 Handle demotion of coerced arguments (as in void a(x) short x; { ... }). by Daniel Dunbar · 16 years ago
  23. e7353a6 Force triple for this test case. by Daniel Dunbar · 16 years ago
  24. 190d6a2 A couple more vector component access fixes. by Nate Begeman · 16 years ago
  25. 567c8df Patch to diagnose a variety of misuse of property by Fariborz Jahanian · 16 years ago
  26. d5ff2fb disable these two tests, they crash and take a long time to run crashreporter etc. by Chris Lattner · 16 years ago
  27. b451bc1 Use #define trickery to de-XFAIL test/Coverage/codegen-gnu.m while by Daniel Dunbar · 16 years ago
  28. 8de8c36 Use #define trickery to de-XFAIL test/Coverage/codegen-next.m while by Daniel Dunbar · 16 years ago
  29. bd589e0 Add coverage of part of getPrimaryDecl that was failing prior to by Daniel Dunbar · 16 years ago
  30. 63c3a5f Add some uses of PredefinedExpr to language coverage includes. by Daniel Dunbar · 16 years ago
  31. ea7a31f Improve C language testing coverage. by Daniel Dunbar · 16 years ago
  32. a6f6c71 Coverage test for targets. by Daniel Dunbar · 16 years ago
  33. 075e3c1 Improve codegen coverage tests. by Daniel Dunbar · 16 years ago
  34. 417dd17 Add coverage tests of C and Obj-C language features. by Daniel Dunbar · 16 years ago
  35. ae3c16c Add test/Driver. - env-include-paths.c is XFAIL as it exposed a bug. by Daniel Dunbar · 16 years ago