1. e7bae15 C++ modules: Don't call DeclContext::lookup when half-way through deserializing by Richard Smith · 11 years ago
  2. 3be37d1 [ms-cxxabi] Don't consider function templates for name backrefs by Reid Kleckner · 11 years ago
  3. c250192 Changes so that a few tests do not fail when running under guarded malloc. by Argyrios Kyrtzidis · 11 years ago
  4. c1b8d09 Compute 'this' correctly for block in lambda. by Eli Friedman · 11 years ago
  5. 6e9d86b Provide a better diagnostic and a fixit for a '.' or '->' before the left paren by Kaelyn Uhrain · 11 years ago
  6. f9e65a2 Unrevert r186040, reverted in r186185, with fix for PR16597. by Richard Smith · 11 years ago
  7. 1afa611 Revert r186040 to fix PR16597 while Richard investigates what the best fix is. by Chandler Carruth · 11 years ago
  8. 78c2ec4 [analyzer] Treat nullPtrType as a location type. by Anna Zaks · 11 years ago
  9. 361a329 Objective-C: Produce gcc compatible encoding of by Fariborz Jahanian · 11 years ago
  10. 7c0a8b5 [analyzer] Add support for __builtin_addressof. by Jordan Rose · 11 years ago
  11. fcb5a25 Fix crash on zero-argument assignment operator. by Eli Friedman · 11 years ago
  12. 22d017d Add the ability to use guarded malloc when running clang's lit tests. by David Dean · 11 years ago
  13. 45c3ba7 Provide a fixit hint for changing '->' to '.' if there is no operator-> by Kaelyn Uhrain · 11 years ago
  14. cf2901a Make CXXBaseSpecifier::getType return unqual type. by Eli Friedman · 11 years ago
  15. f5200d6 Restore warning to its original text when by Fariborz Jahanian · 11 years ago
  16. f92a509 ObjectiveC arc[qoi]: When due to change of certain methods' by Fariborz Jahanian · 11 years ago
  17. a38253c PR5066: If a declarator cannot have an identifier, and cannot possibly be by Richard Smith · 11 years ago
  18. c8734f6 clang/test/CodeGen/c11atomics.c: Fix testcase for -Asserts since r186054. by NAKAMURA Takumi · 11 years ago
  19. 5154dce Add a __builtin_addressof that performs the same functionality as the built-in by Richard Smith · 11 years ago
  20. 336d9df Simplify atomic load/store IRGen. by Eli Friedman · 11 years ago
  21. 433a13d If we friend a declaration twice, that should not make it visible to name by Richard Smith · 11 years ago
  22. 07b1bbe ObjC migrator: Improve on hueristics. by Fariborz Jahanian · 11 years ago
  23. 8f6134c [analyzer] Remove bogus assert: in C++11, 'new' can do list-initialization. by Jordan Rose · 11 years ago
  24. 0daf1f4 Offer typo suggestions for 'using' declarations. by Kaelyn Uhrain · 11 years ago
  25. e79c987 Finish off mangling locals in block literals. by Eli Friedman · 11 years ago
  26. 5e867c8 More local mangling fixes. by Eli Friedman · 11 years ago
  27. e16a475 objc migrator: More refinment of property by Fariborz Jahanian · 11 years ago
  28. 38b3bd8 Objective-C: merge objc_requires_super attribute of by Fariborz Jahanian · 11 years ago
  29. 4b87382 Reapply an improved version of r180816/180817. by Adrian Prantl · 11 years ago
  30. d412999 ObjC migrator: Add -objcmt-migrate-property to do property by Fariborz Jahanian · 11 years ago
  31. e600d4be [analyzer] Fixup for r185609: actually do suppress warnings coming out of std::list. by Anna Zaks · 11 years ago
  32. 27d4644 Fix recovery for missing * in objc property. by Eli Friedman · 11 years ago
  33. bd89fdc Don't give # and ## special treatment when in -traditional-cpp mode. Patch by by Richard Smith · 11 years ago
  34. 899022b Generalize hack allowing 'const' in __has_attribute (etc) to allow any token by Richard Smith · 11 years ago
  35. d739c4e Fix crash typo-correcting dependent member func. by Eli Friedman · 11 years ago
  36. 631435f ObjC migration: more test for migration to properties. by Fariborz Jahanian · 11 years ago
  37. 6c4898b Attempt typo correction for function calls with the wrong number of arguments. by Kaelyn Uhrain · 11 years ago
  38. 2a4ebcf ObjC migration: Skip over setter/getter with attributes for now. by Fariborz Jahanian · 11 years ago
  39. 1921b58 [Objective-C migrator] replace candidate user setter/getter with by Fariborz Jahanian · 11 years ago
  40. 09bddcf Fix Sema for compares with _Atomic vars. by Eli Friedman · 11 years ago
  41. 4eaa81b clang/test/Index/comment-custom-block-command.cpp: This has not been failing since r175892 on valgrind. by NAKAMURA Takumi · 11 years ago
  42. 23849e4 clang/test/Misc/permissions.cpp: Suppress this on MSYS with the feature 'shell-preserves-root'. by NAKAMURA Takumi · 11 years ago
  43. 437c08a clang/test/CodeGen/2008-01-25-ByValReadNone.c: Add explicit -triple x86_64-unknown-unknown. by NAKAMURA Takumi · 11 years ago
  44. bcd0650 Sema: Do not merge new decls with invalid, old decls by David Majnemer · 11 years ago
  45. 732277a Rename test to match C++1y paragraph number per N3690, and add additional test by Richard Smith · 11 years ago
  46. bdf3d9a Objective-C: Warn when fast enumeration variable isn't used. // rdar://14182680. by Fariborz Jahanian · 11 years ago
  47. c371db6 Sema: Fix a crash when main is redeclared as a function-template. by David Majnemer · 11 years ago
  48. 6fa3753 Update test for change in r185735. by Nick Lewycky · 11 years ago
  49. 454ab97 Remove referece type onproperty of abstract class type. // rdar://14261999 by Fariborz Jahanian · 11 years ago
  50. 70e7aec Use llvm::sys::fs::createUniqueFile. by Rafael Espindola · 11 years ago
  51. 514afc7 [libclang] Introduce clang_Cursor_isObjCOptional, which returns whether the declaration was affected by "@optional" by Argyrios Kyrtzidis · 11 years ago
  52. 8892210 Fix regression from r185450. by Eli Friedman · 11 years ago
  53. 8540b6e Objective-C: diagnose when synthesizing an ivar of by Fariborz Jahanian · 11 years ago
  54. 0dfdfb5 Add a test case for r185707/PR16547. by Benjamin Kramer · 11 years ago
  55. b7a5120 Use the new --crash option in commands that are expected to crash. by Rafael Espindola · 11 years ago
  56. a535daf Add test for r185584. by Roman Divacky · 11 years ago
  57. 9986260 Require a shell for this test. by Rafael Espindola · 11 years ago
  58. 96e7813 Add 'not' to commands that are expected to fail. by Rafael Espindola · 11 years ago
  59. 3c7511a Looks like {{.*}} doesn't match the empty string. Fix test. by Rafael Espindola · 11 years ago
  60. d1ac8a5 Relax pattern to accept a signext on ppc64. by Rafael Espindola · 11 years ago
  61. d029cbb Replace 'grep foo | count 0' with 'not grep foo'. by Rafael Espindola · 11 years ago
  62. 9d940ed Remove test for the old debug format which was XFAILed since 2009. by Rafael Espindola · 11 years ago
  63. eb66e37 Convert test to FileCheck. by Rafael Espindola · 11 years ago
  64. 4f868f7 Add missing expected-warning. by Rafael Espindola · 11 years ago
  65. 5230dbe Remove more unused uses of -verify. by Rafael Espindola · 11 years ago
  66. da53e29 Remove unused -verify. by Rafael Espindola · 11 years ago
  67. 08e81f0 clang -cc1 has no -fno-unit-at-a-time or -funit-at-a-time. Fix test. by Rafael Espindola · 11 years ago
  68. 8cf685e Use a clang -cc1 option instead of -m32 and remove tcl quotes. by Rafael Espindola · 11 years ago
  69. 6f2c32b Remove tcl quotes. by Rafael Espindola · 11 years ago
  70. 3519960 Convert test to FileCheck. by Rafael Espindola · 11 years ago
  71. 9e80590 Replace void with int to make this a valid C++ file. by Rafael Espindola · 11 years ago
  72. fac55e8 Remove old test. by Rafael Espindola · 11 years ago
  73. e8cc011 Remove old test. by Rafael Espindola · 11 years ago
  74. b08245f Clang has no nested function support. Delete this test. by Rafael Espindola · 11 years ago
  75. d29e24f Add test for PR4997. This has been fixed for a while. by Richard Smith · 11 years ago
  76. 17dfe3f Testcase for PR14130, which was probably fixed by r183859. by Richard Smith · 11 years ago
  77. 8b625a3 [analyzer] Suppress reports reported in std::list by Anna Zaks · 11 years ago
  78. 7f79b78 [analyzer] Make sure that inlined defensive checks work on div by zero. by Anna Zaks · 11 years ago
  79. 305e5b4 Part of PR15673: If a function template has a default argument in which by Richard Smith · 11 years ago
  80. 14b7673b Improve -Wlogical-not-parentheses to catch when the not is applied to an enum. by Richard Trieu · 11 years ago
  81. 54ca069 PR16480: Reimplement token-caching for constructor initializer lists. This by Richard Smith · 11 years ago
  82. 3e3d20b "bool" should be a context-sensitive keyword in Altivec mode. by Bill Schmidt · 11 years ago
  83. f0d14cb Add support for TF/TC modes available on eg. PowerPC64. by Roman Divacky · 11 years ago
  84. e783048 Update testing cases to check dwarf-2 for Darwin. by Manman Ren · 11 years ago
  85. b2f6f47 Dont define __LONG_DOUBLE_128__ unless LongDoubleWidth is really 128bits width. by Roman Divacky · 11 years ago
  86. 64b22d8 Add target hook CodeGen queries when generating builtin pow*. by Eli Bendersky · 11 years ago
  87. 6f0bca7 Enable -ffreestanding for this test, to avoid #include_next'ing the system's by Richard Smith · 11 years ago
  88. a0c077e Provide test case for commit r185544. by Bill Schmidt · 11 years ago
  89. 9c4e770 Test case for PR7887 - failed with asm("") by Serge Pavlov · 11 years ago
  90. 2a02f4d [analyzer] Improve handling of noreturn destructors by Pavel Labath · 11 years ago
  91. 78148e7 Fixed test options. by Serge Pavlov · 11 years ago
  92. b2567dd Allow typo correction to try removing nested name specifiers. by Kaelyn Uhrain · 11 years ago
  93. caa16dd Look for corrections in enclosing namespaces that require a global NestedNameSpecifier. by Kaelyn Uhrain · 11 years ago
  94. 8ed38d8 Debug Info: set default to gdwarf-2 for Darwin. by Manman Ren · 11 years ago
  95. c16f207 Redirect the output of a test to a temporary file to prevent messing up by Richard Trieu · 11 years ago
  96. 5d90d18 [ms-cxxabi] Mangle variadic template parameter packs by Reid Kleckner · 11 years ago
  97. 21383fe Add regression test for PR12331. by Richard Smith · 11 years ago
  98. 8443188 More fixes for block mangling. by Eli Friedman · 11 years ago
  99. 439b701 Fix to PR15826 - clang hits assert in clang::ASTContext::getASTRecordLayout. by Serge Pavlov · 11 years ago
  100. 3302315 [analyzer] Pointers-to-members are (currently) Locs, not NonLocs. by Jordan Rose · 11 years ago