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