1. 2d77634 Fixed source location info for UnaryTransformTypeLoc nodes. by Enea Zaffanella · 11 years ago
  2. bdf3d9a Objective-C: Warn when fast enumeration variable isn't used. // rdar://14182680. by Fariborz Jahanian · 11 years ago
  3. 4cb3d90 Remove some useless declarations (found by scan-build) by Sylvestre Ledru · 11 years ago
  4. c371db6 Sema: Fix a crash when main is redeclared as a function-template. by David Majnemer · 11 years ago
  5. 6fa3753 Update test for change in r185735. by Nick Lewycky · 11 years ago
  6. 454ab97 Remove referece type onproperty of abstract class type. // rdar://14261999 by Fariborz Jahanian · 11 years ago
  7. eb9c55f [comment parsing]: Removes an unsafe API whose by Fariborz Jahanian · 11 years ago
  8. 70e7aec Use llvm::sys::fs::createUniqueFile. by Rafael Espindola · 11 years ago
  9. 66e8c67 [libclang] Add the new function to libclang.exports by Argyrios Kyrtzidis · 11 years ago
  10. afcb16f [objc migrator]: More knobs to do migration to use of objc's properties. by Fariborz Jahanian · 11 years ago
  11. 514afc7 [libclang] Introduce clang_Cursor_isObjCOptional, which returns whether the declaration was affected by "@optional" by Argyrios Kyrtzidis · 11 years ago
  12. 1847c71 Don't use mangleCXXRTTIName in TBAA for C code. by Eli Friedman · 11 years ago
  13. 1ec4a86 Use llvm::sys::fs::createTemporaryFile. by Rafael Espindola · 11 years ago
  14. 6b9240e Use SmallVectorImpl& for function arguments instead of SmallVector. by Craig Topper · 11 years ago
  15. 8892210 Fix regression from r185450. by Eli Friedman · 11 years ago
  16. 8540b6e Objective-C: diagnose when synthesizing an ivar of by Fariborz Jahanian · 11 years ago
  17. 0dfdfb5 Add a test case for r185707/PR16547. by Benjamin Kramer · 11 years ago
  18. 38d7c34 Fix PR16547. by Rafael Espindola · 11 years ago
  19. abab183 We don't need to check for windows' error codes in here. by Rafael Espindola · 11 years ago
  20. d6104f6 Fix formatting for allocation of new pointer variables. by Daniel Jasper · 11 years ago
  21. 07ca547 Improve detection for preventing certain kind of formatting patterns. by Daniel Jasper · 11 years ago
  22. 198c8bf Don't break after a "(" following a binary operator. by Daniel Jasper · 11 years ago
  23. c77039e Sema: Call IgnoreParens fewer times in CheckAddressOfOperand by David Majnemer · 11 years ago
  24. 8ae6387 Use typedef for Densemap contraining SmallVector passed to a function to avoid repeating SmallVector size. by Craig Topper · 11 years ago
  25. ee0a479 Add typedefs for Densemaps containing SmallVectors to avoid repeating the SmallVector size when creating iterators for the DenseMap. by Craig Topper · 11 years ago
  26. b7a5120 Use the new --crash option in commands that are expected to crash. by Rafael Espindola · 11 years ago
  27. c65f034 Add some more documentation on how to navigate from a LambdaExpr::Capture by James Dennett · 11 years ago
  28. a2405c6 Minor documentation cleanup by James Dennett · 11 years ago
  29. a535daf Add test for r185584. by Roman Divacky · 11 years ago
  30. 9986260 Require a shell for this test. by Rafael Espindola · 11 years ago
  31. 96e7813 Add 'not' to commands that are expected to fail. by Rafael Espindola · 11 years ago
  32. 3c7511a Looks like {{.*}} doesn't match the empty string. Fix test. by Rafael Espindola · 11 years ago
  33. d1ac8a5 Relax pattern to accept a signext on ppc64. by Rafael Espindola · 11 years ago
  34. d029cbb Replace 'grep foo | count 0' with 'not grep foo'. by Rafael Espindola · 11 years ago
  35. 9d940ed Remove test for the old debug format which was XFAILed since 2009. by Rafael Espindola · 11 years ago
  36. eb66e37 Convert test to FileCheck. by Rafael Espindola · 11 years ago
  37. 4f868f7 Add missing expected-warning. by Rafael Espindola · 11 years ago
  38. 5230dbe Remove more unused uses of -verify. by Rafael Espindola · 11 years ago
  39. da53e29 Remove unused -verify. by Rafael Espindola · 11 years ago
  40. 0bdc643 Fixed typo: NoneComment -> NonComment, no other changes. by Alexander Kornienko · 11 years ago
  41. 08e81f0 clang -cc1 has no -fno-unit-at-a-time or -funit-at-a-time. Fix test. by Rafael Espindola · 11 years ago
  42. 8cf685e Use a clang -cc1 option instead of -m32 and remove tcl quotes. by Rafael Espindola · 11 years ago
  43. 6f2c32b Remove tcl quotes. by Rafael Espindola · 11 years ago
  44. 3519960 Convert test to FileCheck. by Rafael Espindola · 11 years ago
  45. 9e80590 Replace void with int to make this a valid C++ file. by Rafael Espindola · 11 years ago
  46. fac55e8 Remove old test. by Rafael Espindola · 11 years ago
  47. e8cc011 Remove old test. by Rafael Espindola · 11 years ago
  48. b08245f Clang has no nested function support. Delete this test. by Rafael Espindola · 11 years ago
  49. 1686069 Use SmallVectorImpl::const_iterator instead of SmallVector to avoid specifying the vector size. by Craig Topper · 11 years ago
  50. 5631202 Added AlwaysBreakBeforeMultilineStrings option. by Alexander Kornienko · 11 years ago
  51. d29e24f Add test for PR4997. This has been fixed for a while. by Richard Smith · 11 years ago
  52. 17dfe3f Testcase for PR14130, which was probably fixed by r183859. by Richard Smith · 11 years ago
  53. 8bc99dd Add a space between closing template '>' to unbreak build. by Craig Topper · 11 years ago
  54. 09d19ef Use SmallVectorImpl instead of SmallVector for iterators and references to avoid specifying the vector size unnecessarily. by Craig Topper · 11 years ago
  55. 8b625a3 [analyzer] Suppress reports reported in std::list by Anna Zaks · 11 years ago
  56. 7f79b78 [analyzer] Make sure that inlined defensive checks work on div by zero. by Anna Zaks · 11 years ago
  57. 305e5b4 Part of PR15673: If a function template has a default argument in which by Richard Smith · 11 years ago
  58. 14b7673b Improve -Wlogical-not-parentheses to catch when the not is applied to an enum. by Richard Trieu · 11 years ago
  59. 52477fb [ObjectiveC migrator] relax the rules for setter/getter by Fariborz Jahanian · 11 years ago
  60. 54ca069 PR16480: Reimplement token-caching for constructor initializer lists. This by Richard Smith · 11 years ago
  61. dca7289 Minor refactoring of my last patch. by Fariborz Jahanian · 11 years ago
  62. baf1557 [ObjectiveC Migration]: Provide knobs for by Fariborz Jahanian · 11 years ago
  63. 1964554 Check LongDoubleFormat instead of just Width as this is PowerPC specific. by Roman Divacky · 11 years ago
  64. b1baad6 [PowerPC] FreeBSD does not require f128 in its data layout string. by Bill Schmidt · 11 years ago
  65. 3e3d20b "bool" should be a context-sensitive keyword in Altivec mode. by Bill Schmidt · 11 years ago
  66. f0d14cb Add support for TF/TC modes available on eg. PowerPC64. by Roman Divacky · 11 years ago
  67. e783048 Update testing cases to check dwarf-2 for Darwin. by Manman Ren · 11 years ago
  68. e3bef0f Revert r185557 as it was a bit (a lot) premature. by Chad Rosier · 11 years ago
  69. b2f6f47 Dont define __LONG_DOUBLE_128__ unless LongDoubleWidth is really 128bits width. by Roman Divacky · 11 years ago
  70. 64b22d8 Add target hook CodeGen queries when generating builtin pow*. by Eli Bendersky · 11 years ago
  71. 6f0bca7 Enable -ffreestanding for this test, to avoid #include_next'ing the system's by Richard Smith · 11 years ago
  72. a0c077e Provide test case for commit r185544. by Bill Schmidt · 11 years ago
  73. 2b78142 Add file suffix for assembler-with-cpp. by Eli Friedman · 11 years ago
  74. 106e510 Chris has agree to take part ownership of the driver. by Chad Rosier · 11 years ago
  75. 98137aa [scan-build] Log compiler invocation to stderr, not stdout. by Jordan Rose · 11 years ago
  76. d771b44 With CLANG_ENABLE_STATIC_ANALYZER=0, link clang properly and skip clang-check. by Jordan Rose · 11 years ago
  77. 9e0b647 Fix PR16454: Don't #include altivec.h when preprocessing assembly. by Bill Schmidt · 11 years ago
  78. 9c4e770 Test case for PR7887 - failed with asm("") by Serge Pavlov · 11 years ago
  79. 7666334 We don't need to know the OpenSUSE version, so don't parse it. by Rafael Espindola · 11 years ago
  80. c1baef6 Prevent error message when formatting an empty file. by Daniel Jasper · 11 years ago
  81. 6df7a2d Don't insert confusing line breaks in comparisons. by Daniel Jasper · 11 years ago
  82. 2a02f4d [analyzer] Improve handling of noreturn destructors by Pavel Labath · 11 years ago
  83. 78148e7 Fixed test options. by Serge Pavlov · 11 years ago
  84. b2567dd Allow typo correction to try removing nested name specifiers. by Kaelyn Uhrain · 11 years ago
  85. caa16dd Look for corrections in enclosing namespaces that require a global NestedNameSpecifier. by Kaelyn Uhrain · 11 years ago
  86. 8ed38d8 Debug Info: set default to gdwarf-2 for Darwin. by Manman Ren · 11 years ago
  87. c16f207 Redirect the output of a test to a temporary file to prevent messing up by Richard Trieu · 11 years ago
  88. ddcd660 Documentation: Update docs for C++ lambdas to more accurately reflect by James Dennett · 11 years ago
  89. b6b0a71 Debug Info: clean up usage of Verify. by Manman Ren · 11 years ago
  90. 5d90d18 [ms-cxxabi] Mangle variadic template parameter packs by Reid Kleckner · 11 years ago
  91. 21383fe Add regression test for PR12331. by Richard Smith · 11 years ago
  92. 8443188 More fixes for block mangling. by Eli Friedman · 11 years ago
  93. 439b701 Fix to PR15826 - clang hits assert in clang::ASTContext::getASTRecordLayout. by Serge Pavlov · 11 years ago
  94. 3302315 [analyzer] Pointers-to-members are (currently) Locs, not NonLocs. by Jordan Rose · 11 years ago
  95. ce9cd91 Suppress "control reaches end of non-void function" warning when compiling with gcc. by Andy Gibbs · 11 years ago
  96. 432d488 Simplify getting CXXRecordDecl from a base iterator by Timur Iskhodzhanov · 11 years ago
  97. aad1422 Fix ranges computed by git clang-format. by Daniel Jasper · 11 years ago
  98. 6ac431c Fix formatting of long declarations with const type. by Daniel Jasper · 11 years ago
  99. ed2e2de Teach static analyzer about AttributedStmts by Pavel Labath · 11 years ago
  100. 1cf7c3f Don't skip lambdas when mangling local vars. by Eli Friedman · 11 years ago