1. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 9 years ago
  2. c568f1e Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  3. cb9e579 Skip this test when using lit integrated shell by Alp Toker · 11 years ago
  4. b2969b1 Adds Microsoft compatiable C++ record layout code to clang. by Warren Hunt · 11 years ago
  5. 728b279 clang/test/Coverage/codegen-next.m: Exclude this for targeting x86_64-win32. by NAKAMURA Takumi · 11 years ago
  6. 6fc9e7a Objective-C: When using super.prop, property should be by Fariborz Jahanian · 11 years ago
  7. 04631c3 Revert r166541, "clang/test: Add appropriate requirements as REQUIRES, corresponding to r166532." by NAKAMURA Takumi · 12 years ago
  8. 045d707 clang/test: Add appropriate requirements as REQUIRES, corresponding to r166532. by NAKAMURA Takumi · 12 years ago
  9. 11d3f4c Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstep by David Chisnall · 12 years ago
  10. 260611a Restructure how the driver communicates information about the by John McCall · 12 years ago
  11. 9ec60df rename -ccc-host-triple into -target by Sebastian Pop · 12 years ago
  12. 31cbe68 Revert r148138; it's causing test failures. by Eli Friedman · 12 years ago
  13. edd4f3c rename -ccc-host-triple into -target by Sebastian Pop · 12 years ago
  14. 78cf13d Remove the Blackfin backend. by Dan Gohman · 13 years ago
  15. e6ec11a Remove the AST printer (-ast-print-xml), which is too incomplete and by Douglas Gregor · 13 years ago
  16. c4d2c90 [analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misnomer award. by Argyrios Kyrtzidis · 13 years ago
  17. b3d74da [analyzer] Migrate NSErrorChecker and DereferenceChecker to CheckerV2. by Argyrios Kyrtzidis · 13 years ago
  18. e9b801f Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-exceptions flag to turn them on. by Anders Carlsson · 13 years ago
  19. fb7b363 Sema: have BuildExpressionFromIntegralTemplateArgument produce well-formed IntegerLiterals by Peter Collingbourne · 13 years ago
  20. a366642 putback r116782, it's a safe fix and should not break windows by Andrew Trick · 14 years ago
  21. 85c7eac revert r116782 & r116793 to fix msvc9 buildbots by Andrew Trick · 14 years ago
  22. 157c5bf test/Coverage/html-diagnostics.c: Use find(1) to glob wildcards. by NAKAMURA Takumi · 14 years ago
  23. 5e93701 test/Coverage/html-diagnostics.c: Do not make hit "CHECK: Dereference of null pointer" to the output itself! by NAKAMURA Takumi · 14 years ago
  24. 757e685 Per discussion with Sanjiv, remove the PIC16 target from mainline. When/if by Chris Lattner · 14 years ago
  25. 54d56a5 Frontend/XML: Add support for printing nested structures, patch by Martin Vejnár! by Daniel Dunbar · 14 years ago
  26. 87c3007 Eliminate the "minimal" and printing parser actions, which only ever by Douglas Gregor · 14 years ago
  27. edd8df9 "this patch properly addresses escaping < and > which might appear by Chris Lattner · 14 years ago
  28. 46116ce Rename -dump-record-layouts to -fdump-record-layouts now that the option behaves like aa flag. by Anders Carlsson · 14 years ago
  29. 468ec6c Revert changes r97693, r97700, and r97718. by John McCall · 14 years ago
  30. 3ff6302 XFAIL these tests on win32, since the win32 buildbot apparently disables all by John McCall · 14 years ago
  31. 565e465 Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'. by Ted Kremenek · 14 years ago
  32. 5be028f Revert r92431, this code isn't dead and broke the ntfs build. by Daniel Dunbar · 14 years ago
  33. 368a55d Better coverage for -dump-record-layouts and -print-decl-contexts. by Eli Friedman · 14 years ago
  34. 80737ad Update tests to use %clang instead of 'clang', and forcibly disable use of ' by Daniel Dunbar · 14 years ago
  35. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 14 years ago
  36. 01ed063 Make tests use the new clang -cc1 flag. by Fariborz Jahanian · 14 years ago
  37. 8a90ac0 Normalize options to use '-FOO' instead of '--FOO'. by Daniel Dunbar · 14 years ago
  38. c5a97ec Move -fnext-runtime defaulting to driver (and change clang-cc default to by Daniel Dunbar · 15 years ago
  39. 2475d76 Remove RUN: true lines. by Daniel Dunbar · 15 years ago
  40. 4fcfde4 Eliminate &&s in tests. by Daniel Dunbar · 15 years ago
  41. ad451cc Remove clang-cc -html-diags option, this doesn't fit in well and we get plenty by Daniel Dunbar · 15 years ago
  42. 7c15e71 Remove clang-cc code for handling -mmacosx-version-min and by Daniel Dunbar · 15 years ago
  43. 45e8423 Fix crash when synthesizing property setters when the property type and ivar by Daniel Dunbar · 15 years ago
  44. 09bdd59 clang-cc: Allow building for x86_64 with -mmacosx-version-min=10.4. by Daniel Dunbar · 15 years ago
  45. 4f9449d Add test for finding bfin backend. by Daniel Dunbar · 15 years ago
  46. d3afba8 Fix some made up triples. by Daniel Dunbar · 15 years ago
  47. 6c07bdb Introduce a new concept to the static analyzer: SValuator. by Ted Kremenek · 15 years ago
  48. 59e6357 AST printing for C++ base classes by Douglas Gregor · 15 years ago
  49. 6c9c940 Pretty printing and improved representation for namespace alias declarations by Douglas Gregor · 15 years ago
  50. 8419fa3 Printing for using directives, e.g., by Douglas Gregor · 15 years ago
  51. 6620a62 Never suppress specifiers when printing the parameters of a function by Douglas Gregor · 15 years ago
  52. 4fe0c8e Refactor and clean up the AST printer, so that it uses a DeclVisitor, by Douglas Gregor · 15 years ago
  53. ee75c05 AST XML dump, from Olaf Krzikalla! by Douglas Gregor · 15 years ago
  54. e4cf06d Simplify tests now that GNU runtime supports exception handling. by Daniel Dunbar · 15 years ago
  55. 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
  56. e24f27f remove obsolete tests. by Chris Lattner · 15 years ago
  57. bd5e5a5 We no longer accept @defs with the non-fragile ABI. by Daniel Dunbar · 15 years ago
  58. ba16be9 Apply a patch which adds 'OriginalParmVar' to the DeclContextPrinter by Jon by Zhongxing Xu · 15 years ago
  59. 9034558 Support member reference on ?: of struct type. by Daniel Dunbar · 15 years ago
  60. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  61. f94e215 Use not instead of ! in tests. by Daniel Dunbar · 15 years ago
  62. d5b918e Update test case. by Daniel Dunbar · 15 years ago
  63. f469557 More super dot-syntax property implementation by Fariborz Jahanian · 15 years ago
  64. fe34557 Don't mangle names of local variables. by Daniel Dunbar · 15 years ago
  65. 4e484b8 Support va_arg on _Complex. by Daniel Dunbar · 15 years ago
  66. 8b29a38 Handle demotion of coerced arguments (as in void a(x) short x; { ... }). by Daniel Dunbar · 15 years ago
  67. e7353a6 Force triple for this test case. by Daniel Dunbar · 15 years ago
  68. 190d6a2 A couple more vector component access fixes. by Nate Begeman · 15 years ago
  69. 567c8df Patch to diagnose a variety of misuse of property by Fariborz Jahanian · 15 years ago
  70. d5ff2fb disable these two tests, they crash and take a long time to run crashreporter etc. by Chris Lattner · 16 years ago
  71. b451bc1 Use #define trickery to de-XFAIL test/Coverage/codegen-gnu.m while by Daniel Dunbar · 16 years ago
  72. 8de8c36 Use #define trickery to de-XFAIL test/Coverage/codegen-next.m while by Daniel Dunbar · 16 years ago
  73. bd589e0 Add coverage of part of getPrimaryDecl that was failing prior to by Daniel Dunbar · 16 years ago
  74. 63c3a5f Add some uses of PredefinedExpr to language coverage includes. by Daniel Dunbar · 16 years ago
  75. ea7a31f Improve C language testing coverage. by Daniel Dunbar · 16 years ago
  76. a6f6c71 Coverage test for targets. by Daniel Dunbar · 16 years ago
  77. 075e3c1 Improve codegen coverage tests. by Daniel Dunbar · 16 years ago
  78. 417dd17 Add coverage tests of C and Obj-C language features. by Daniel Dunbar · 16 years ago
  79. ae3c16c Add test/Driver. - env-include-paths.c is XFAIL as it exposed a bug. by Daniel Dunbar · 16 years ago