1. 9c3bd4f Replace TEST* with CHECK-DAG in vbtable tests by Timur Iskhodzhanov · 11 years ago
  2. 046e79a [analyzer] Add very limited support for temporary destructors by Pavel Labath · 11 years ago
  3. ac13d61 clang/test/CodeGen/volatile-complex.c: Loosen CHECKs for -Asserts. by NAKAMURA Takumi · 11 years ago
  4. ab96e56 Propagate alignment for _Complex by JF Bastien · 11 years ago
  5. e828018 ObjectiveC migrator: When adding conforming protocol, by Fariborz Jahanian · 11 years ago
  6. 21cde05 Make Expr::isConstantInitializer match IRGen. by Eli Friedman · 11 years ago
  7. 8d8bfb3 ObjectiveC migrator. If a class implements a protocol's by Fariborz Jahanian · 11 years ago
  8. be6d913 Fix crash on complex constant zero. by Eli Friedman · 11 years ago
  9. e91b1b9 ObjectiveC migration: complete migrating class by Fariborz Jahanian · 11 years ago
  10. 40c84df FileCheckize test/Driver/immediate-options.c by Hans Wennborg · 11 years ago
  11. 6cbe66f Fix test on release builds. by Tim Northover · 11 years ago
  12. 09df2b0 ARM: implement low-level intrinsics for the atomic exclusive operations. by Tim Northover · 11 years ago
  13. e8caa30 Limit number of bits in size representation so that bit size fit 64 bits. by Serge Pavlov · 11 years ago
  14. 9ec4099 Merge attributes on typedef decls. by Eli Friedman · 11 years ago
  15. 5029bd5 Fix alignment of class derived from empty class. by Eli Friedman · 11 years ago
  16. bf03b37 Fix member refs with using decl + anonymous union. by Eli Friedman · 11 years ago
  17. ca0dd25 Test case for r18266 (serialization support for TagDecl:IsCompleteDefinitionRequired) by David Blaikie · 11 years ago
  18. 3d882fa Fix a typo in the diagnostic note added in r186342. by Kaelyn Uhrain · 11 years ago
  19. d422434 Move the "->" to "." fixit from r186128 into a separate note since by Kaelyn Uhrain · 11 years ago
  20. 52c2575 Re-revert r86040, which was un-reverted in r186199. by Chandler Carruth · 11 years ago
  21. dc49d52 Fix to PR12262 - assertion when substituting explicit template arguments by Serge Pavlov · 11 years ago
  22. eb54d42 Make these tests more robust against IRgen choosing to emit more named metadata. by Richard Smith · 11 years ago
  23. e143c98 Delete a test that is checking badly for a point bug that Clang never had (and that spuriously fails with modules enabled). by Richard Smith · 11 years ago
  24. ace21ba If an unimported submodule of an imported module contains a declaration of a by Richard Smith · 11 years ago
  25. 658cd2c PR16214, PR14467: DebugInfo: use "RequireCompleteType" to decide when to emit the full definition of a type in -flimit-debug-info by David Blaikie · 11 years ago
  26. 226399c Correctly classify pack expansions as NON_CANONICAL_UNLESS_DEPENDENT by David Blaikie · 11 years ago
  27. e7bae15 C++ modules: Don't call DeclContext::lookup when half-way through deserializing by Richard Smith · 11 years ago
  28. 3be37d1 [ms-cxxabi] Don't consider function templates for name backrefs by Reid Kleckner · 11 years ago
  29. c250192 Changes so that a few tests do not fail when running under guarded malloc. by Argyrios Kyrtzidis · 11 years ago
  30. c1b8d09 Compute 'this' correctly for block in lambda. by Eli Friedman · 11 years ago
  31. 6e9d86b Provide a better diagnostic and a fixit for a '.' or '->' before the left paren by Kaelyn Uhrain · 11 years ago
  32. f9e65a2 Unrevert r186040, reverted in r186185, with fix for PR16597. by Richard Smith · 11 years ago
  33. 1afa611 Revert r186040 to fix PR16597 while Richard investigates what the best fix is. by Chandler Carruth · 11 years ago
  34. 78c2ec4 [analyzer] Treat nullPtrType as a location type. by Anna Zaks · 11 years ago
  35. 361a329 Objective-C: Produce gcc compatible encoding of by Fariborz Jahanian · 11 years ago
  36. 7c0a8b5 [analyzer] Add support for __builtin_addressof. by Jordan Rose · 11 years ago
  37. fcb5a25 Fix crash on zero-argument assignment operator. by Eli Friedman · 11 years ago
  38. 22d017d Add the ability to use guarded malloc when running clang's lit tests. by David Dean · 11 years ago
  39. 45c3ba7 Provide a fixit hint for changing '->' to '.' if there is no operator-> by Kaelyn Uhrain · 11 years ago
  40. cf2901a Make CXXBaseSpecifier::getType return unqual type. by Eli Friedman · 11 years ago
  41. f5200d6 Restore warning to its original text when by Fariborz Jahanian · 11 years ago
  42. f92a509 ObjectiveC arc[qoi]: When due to change of certain methods' by Fariborz Jahanian · 11 years ago
  43. a38253c PR5066: If a declarator cannot have an identifier, and cannot possibly be by Richard Smith · 11 years ago
  44. c8734f6 clang/test/CodeGen/c11atomics.c: Fix testcase for -Asserts since r186054. by NAKAMURA Takumi · 11 years ago
  45. 5154dce Add a __builtin_addressof that performs the same functionality as the built-in by Richard Smith · 11 years ago
  46. 336d9df Simplify atomic load/store IRGen. by Eli Friedman · 11 years ago
  47. 433a13d If we friend a declaration twice, that should not make it visible to name by Richard Smith · 11 years ago
  48. 07b1bbe ObjC migrator: Improve on hueristics. by Fariborz Jahanian · 11 years ago
  49. 8f6134c [analyzer] Remove bogus assert: in C++11, 'new' can do list-initialization. by Jordan Rose · 11 years ago
  50. 0daf1f4 Offer typo suggestions for 'using' declarations. by Kaelyn Uhrain · 11 years ago
  51. e79c987 Finish off mangling locals in block literals. by Eli Friedman · 11 years ago
  52. 5e867c8 More local mangling fixes. by Eli Friedman · 11 years ago
  53. e16a475 objc migrator: More refinment of property by Fariborz Jahanian · 11 years ago
  54. 38b3bd8 Objective-C: merge objc_requires_super attribute of by Fariborz Jahanian · 11 years ago
  55. 4b87382 Reapply an improved version of r180816/180817. by Adrian Prantl · 11 years ago
  56. d412999 ObjC migrator: Add -objcmt-migrate-property to do property by Fariborz Jahanian · 11 years ago
  57. e600d4be [analyzer] Fixup for r185609: actually do suppress warnings coming out of std::list. by Anna Zaks · 11 years ago
  58. 27d4644 Fix recovery for missing * in objc property. by Eli Friedman · 11 years ago
  59. bd89fdc Don't give # and ## special treatment when in -traditional-cpp mode. Patch by by Richard Smith · 11 years ago
  60. 899022b Generalize hack allowing 'const' in __has_attribute (etc) to allow any token by Richard Smith · 11 years ago
  61. d739c4e Fix crash typo-correcting dependent member func. by Eli Friedman · 11 years ago
  62. 631435f ObjC migration: more test for migration to properties. by Fariborz Jahanian · 11 years ago
  63. 6c4898b Attempt typo correction for function calls with the wrong number of arguments. by Kaelyn Uhrain · 11 years ago
  64. 2a4ebcf ObjC migration: Skip over setter/getter with attributes for now. by Fariborz Jahanian · 11 years ago
  65. 1921b58 [Objective-C migrator] replace candidate user setter/getter with by Fariborz Jahanian · 11 years ago
  66. 09bddcf Fix Sema for compares with _Atomic vars. by Eli Friedman · 11 years ago
  67. 4eaa81b clang/test/Index/comment-custom-block-command.cpp: This has not been failing since r175892 on valgrind. by NAKAMURA Takumi · 11 years ago
  68. 23849e4 clang/test/Misc/permissions.cpp: Suppress this on MSYS with the feature 'shell-preserves-root'. by NAKAMURA Takumi · 11 years ago
  69. 437c08a clang/test/CodeGen/2008-01-25-ByValReadNone.c: Add explicit -triple x86_64-unknown-unknown. by NAKAMURA Takumi · 11 years ago
  70. bcd0650 Sema: Do not merge new decls with invalid, old decls by David Majnemer · 11 years ago
  71. 732277a Rename test to match C++1y paragraph number per N3690, and add additional test by Richard Smith · 11 years ago
  72. bdf3d9a Objective-C: Warn when fast enumeration variable isn't used. // rdar://14182680. by Fariborz Jahanian · 11 years ago
  73. c371db6 Sema: Fix a crash when main is redeclared as a function-template. by David Majnemer · 11 years ago
  74. 6fa3753 Update test for change in r185735. by Nick Lewycky · 11 years ago
  75. 454ab97 Remove referece type onproperty of abstract class type. // rdar://14261999 by Fariborz Jahanian · 11 years ago
  76. 70e7aec Use llvm::sys::fs::createUniqueFile. by Rafael Espindola · 11 years ago
  77. 514afc7 [libclang] Introduce clang_Cursor_isObjCOptional, which returns whether the declaration was affected by "@optional" by Argyrios Kyrtzidis · 11 years ago
  78. 8892210 Fix regression from r185450. by Eli Friedman · 11 years ago
  79. 8540b6e Objective-C: diagnose when synthesizing an ivar of by Fariborz Jahanian · 11 years ago
  80. 0dfdfb5 Add a test case for r185707/PR16547. by Benjamin Kramer · 11 years ago
  81. b7a5120 Use the new --crash option in commands that are expected to crash. by Rafael Espindola · 11 years ago
  82. a535daf Add test for r185584. by Roman Divacky · 11 years ago
  83. 9986260 Require a shell for this test. by Rafael Espindola · 11 years ago
  84. 96e7813 Add 'not' to commands that are expected to fail. by Rafael Espindola · 11 years ago
  85. 3c7511a Looks like {{.*}} doesn't match the empty string. Fix test. by Rafael Espindola · 11 years ago
  86. d1ac8a5 Relax pattern to accept a signext on ppc64. by Rafael Espindola · 11 years ago
  87. d029cbb Replace 'grep foo | count 0' with 'not grep foo'. by Rafael Espindola · 11 years ago
  88. 9d940ed Remove test for the old debug format which was XFAILed since 2009. by Rafael Espindola · 11 years ago
  89. eb66e37 Convert test to FileCheck. by Rafael Espindola · 11 years ago
  90. 4f868f7 Add missing expected-warning. by Rafael Espindola · 11 years ago
  91. 5230dbe Remove more unused uses of -verify. by Rafael Espindola · 11 years ago
  92. da53e29 Remove unused -verify. by Rafael Espindola · 11 years ago
  93. 08e81f0 clang -cc1 has no -fno-unit-at-a-time or -funit-at-a-time. Fix test. by Rafael Espindola · 11 years ago
  94. 8cf685e Use a clang -cc1 option instead of -m32 and remove tcl quotes. by Rafael Espindola · 11 years ago
  95. 6f2c32b Remove tcl quotes. by Rafael Espindola · 11 years ago
  96. 3519960 Convert test to FileCheck. by Rafael Espindola · 11 years ago
  97. 9e80590 Replace void with int to make this a valid C++ file. by Rafael Espindola · 11 years ago
  98. fac55e8 Remove old test. by Rafael Espindola · 11 years ago
  99. e8cc011 Remove old test. by Rafael Espindola · 11 years ago
  100. b08245f Clang has no nested function support. Delete this test. by Rafael Espindola · 11 years ago