1. a967935 Apply BlackList -> SpecialCaseList rename in Clang. by Peter Collingbourne · 11 years ago
  2. 38b3bd8 Objective-C: merge objc_requires_super attribute of by Fariborz Jahanian · 11 years ago
  3. 4b87382 Reapply an improved version of r180816/180817. by Adrian Prantl · 11 years ago
  4. d412999 ObjC migrator: Add -objcmt-migrate-property to do property by Fariborz Jahanian · 11 years ago
  5. 2ca3741 Initial support for formatting trailing return types. by Daniel Jasper · 11 years ago
  6. 4549d7f ArrayRef'ize Sema::FinalizeDeclaratorGroup, Sema::BuildDeclaratorGroup and by Rafael Espindola · 11 years ago
  7. b149179 Avoid confusing indentations for chained function calls. by Daniel Jasper · 11 years ago
  8. 53a015b c-index-test/CMakeLists.txt: Suggest -isystem to include libxml2 with include_directories(SYSTEM). by NAKAMURA Takumi · 11 years ago
  9. 8b8f621 c-index-test/Makefile: Use -isystem instead of -I on $(LIBXML2_INC) with -Wdocumentation. by NAKAMURA Takumi · 11 years ago
  10. 0de1c4d Fix alignment of closing brace in braced initializers. by Daniel Jasper · 11 years ago
  11. 6561f6a Format overloaded operators like other functions. by Daniel Jasper · 11 years ago
  12. e600d4be [analyzer] Fixup for r185609: actually do suppress warnings coming out of std::list. by Anna Zaks · 11 years ago
  13. 27d4644 Fix recovery for missing * in objc property. by Eli Friedman · 11 years ago
  14. bd89fdc Don't give # and ## special treatment when in -traditional-cpp mode. Patch by by Richard Smith · 11 years ago
  15. 899022b Generalize hack allowing 'const' in __has_attribute (etc) to allow any token by Richard Smith · 11 years ago
  16. d739c4e Fix crash typo-correcting dependent member func. by Eli Friedman · 11 years ago
  17. 631435f ObjC migration: more test for migration to properties. by Fariborz Jahanian · 11 years ago
  18. 6c4898b Attempt typo correction for function calls with the wrong number of arguments. by Kaelyn Uhrain · 11 years ago
  19. 761695f Make a couple of useful typo correction callbacks more widely available. by Kaelyn Uhrain · 11 years ago
  20. 2a4ebcf ObjC migration: Skip over setter/getter with attributes for now. by Fariborz Jahanian · 11 years ago
  21. 1921b58 [Objective-C migrator] replace candidate user setter/getter with by Fariborz Jahanian · 11 years ago
  22. 09bddcf Fix Sema for compares with _Atomic vars. by Eli Friedman · 11 years ago
  23. 526df0f Fix incorrect incorrect cast identification in clang-format. by Daniel Jasper · 11 years ago
  24. 51da142 Fixed testcase failing under MS by adding "-fno-delayed-template-parsing", by Enea Zaffanella · 11 years ago
  25. 2a409b6 Reformat clang-format's source files after r185822 and others. by Daniel Jasper · 11 years ago
  26. 88cc562 Prefer similar line breaks. by Daniel Jasper · 11 years ago
  27. 4d50d25 Fix use of invalidated iterator bug in AST match finder. by Manuel Klimek · 11 years ago
  28. 1659ded Fix for corner cases in code handling leading "* " decorations in block comments by Alexander Kornienko · 11 years ago
  29. 80747a8 clang/include/clang/AST/ExprCXX.h:260:5: Fix a warning -- unknown command tag name 'cc'; did you mean 'c'? [-Wdocumentation] by NAKAMURA Takumi · 11 years ago
  30. 4eaa81b clang/test/Index/comment-custom-block-command.cpp: This has not been failing since r175892 on valgrind. by NAKAMURA Takumi · 11 years ago
  31. 010bfc2 Documentation cleanup for include/clang/AST/ExprCXX.h. by James Dennett · 11 years ago
  32. 23849e4 clang/test/Misc/permissions.cpp: Suppress this on MSYS with the feature 'shell-preserves-root'. by NAKAMURA Takumi · 11 years ago
  33. 437c08a clang/test/CodeGen/2008-01-25-ByValReadNone.c: Add explicit -triple x86_64-unknown-unknown. by NAKAMURA Takumi · 11 years ago
  34. 1fb09df AST/SourceLocationTest.cpp: Appease MS hosts to suppress CXXUnresolvedConstructExpr.SourceRange, for now. by NAKAMURA Takumi · 11 years ago
  35. b9bad79 Simplify code. No functional change. by Craig Topper · 11 years ago
  36. 70d214f Introduce a typedef for the type of NewlyDeducedPacks to avoid repeating the small size of the inner SmallVector. by Craig Topper · 11 years ago
  37. cb9186e Remove 'else' after 'return' by Craig Topper · 11 years ago
  38. d82c091 Function argument formatting fixes. No functional change. by Craig Topper · 11 years ago
  39. 1310aac Function argument formatting fixes. by Craig Topper · 11 years ago
  40. 163fbf8 Use SmallVectorImpl::reverse_iterator instead of SmallVector to avoid specifying the vector size. by Craig Topper · 11 years ago
  41. bcd0650 Sema: Do not merge new decls with invalid, old decls by David Majnemer · 11 years ago
  42. bd9cbd2 Fixed source range for functional cast and unresolved construct expr nodes. by Enea Zaffanella · 11 years ago
  43. 732277a Rename test to match C++1y paragraph number per N3690, and add additional test by Richard Smith · 11 years ago
  44. 251330d Documentation cleanup for include/clang/AST/DeclCXX.h, no substantive changes. by James Dennett · 11 years ago
  45. 2d77634 Fixed source location info for UnaryTransformTypeLoc nodes. by Enea Zaffanella · 11 years ago
  46. bdf3d9a Objective-C: Warn when fast enumeration variable isn't used. // rdar://14182680. by Fariborz Jahanian · 11 years ago
  47. 4cb3d90 Remove some useless declarations (found by scan-build) by Sylvestre Ledru · 11 years ago
  48. c371db6 Sema: Fix a crash when main is redeclared as a function-template. by David Majnemer · 11 years ago
  49. 6fa3753 Update test for change in r185735. by Nick Lewycky · 11 years ago
  50. 454ab97 Remove referece type onproperty of abstract class type. // rdar://14261999 by Fariborz Jahanian · 11 years ago
  51. eb9c55f [comment parsing]: Removes an unsafe API whose by Fariborz Jahanian · 11 years ago
  52. 70e7aec Use llvm::sys::fs::createUniqueFile. by Rafael Espindola · 11 years ago
  53. 66e8c67 [libclang] Add the new function to libclang.exports by Argyrios Kyrtzidis · 11 years ago
  54. afcb16f [objc migrator]: More knobs to do migration to use of objc's properties. by Fariborz Jahanian · 11 years ago
  55. 514afc7 [libclang] Introduce clang_Cursor_isObjCOptional, which returns whether the declaration was affected by "@optional" by Argyrios Kyrtzidis · 11 years ago
  56. 1847c71 Don't use mangleCXXRTTIName in TBAA for C code. by Eli Friedman · 11 years ago
  57. 1ec4a86 Use llvm::sys::fs::createTemporaryFile. by Rafael Espindola · 11 years ago
  58. 6b9240e Use SmallVectorImpl& for function arguments instead of SmallVector. by Craig Topper · 11 years ago
  59. 8892210 Fix regression from r185450. by Eli Friedman · 11 years ago
  60. 8540b6e Objective-C: diagnose when synthesizing an ivar of by Fariborz Jahanian · 11 years ago
  61. 0dfdfb5 Add a test case for r185707/PR16547. by Benjamin Kramer · 11 years ago
  62. 38d7c34 Fix PR16547. by Rafael Espindola · 11 years ago
  63. abab183 We don't need to check for windows' error codes in here. by Rafael Espindola · 11 years ago
  64. d6104f6 Fix formatting for allocation of new pointer variables. by Daniel Jasper · 11 years ago
  65. 07ca547 Improve detection for preventing certain kind of formatting patterns. by Daniel Jasper · 11 years ago
  66. 198c8bf Don't break after a "(" following a binary operator. by Daniel Jasper · 11 years ago
  67. c77039e Sema: Call IgnoreParens fewer times in CheckAddressOfOperand by David Majnemer · 11 years ago
  68. 8ae6387 Use typedef for Densemap contraining SmallVector passed to a function to avoid repeating SmallVector size. by Craig Topper · 11 years ago
  69. 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
  70. b7a5120 Use the new --crash option in commands that are expected to crash. by Rafael Espindola · 11 years ago
  71. c65f034 Add some more documentation on how to navigate from a LambdaExpr::Capture by James Dennett · 11 years ago
  72. a2405c6 Minor documentation cleanup by James Dennett · 11 years ago
  73. a535daf Add test for r185584. by Roman Divacky · 11 years ago
  74. 9986260 Require a shell for this test. by Rafael Espindola · 11 years ago
  75. 96e7813 Add 'not' to commands that are expected to fail. by Rafael Espindola · 11 years ago
  76. 3c7511a Looks like {{.*}} doesn't match the empty string. Fix test. by Rafael Espindola · 11 years ago
  77. d1ac8a5 Relax pattern to accept a signext on ppc64. by Rafael Espindola · 11 years ago
  78. d029cbb Replace 'grep foo | count 0' with 'not grep foo'. by Rafael Espindola · 11 years ago
  79. 9d940ed Remove test for the old debug format which was XFAILed since 2009. by Rafael Espindola · 11 years ago
  80. eb66e37 Convert test to FileCheck. by Rafael Espindola · 11 years ago
  81. 4f868f7 Add missing expected-warning. by Rafael Espindola · 11 years ago
  82. 5230dbe Remove more unused uses of -verify. by Rafael Espindola · 11 years ago
  83. da53e29 Remove unused -verify. by Rafael Espindola · 11 years ago
  84. 0bdc643 Fixed typo: NoneComment -> NonComment, no other changes. by Alexander Kornienko · 11 years ago
  85. 08e81f0 clang -cc1 has no -fno-unit-at-a-time or -funit-at-a-time. Fix test. by Rafael Espindola · 11 years ago
  86. 8cf685e Use a clang -cc1 option instead of -m32 and remove tcl quotes. by Rafael Espindola · 11 years ago
  87. 6f2c32b Remove tcl quotes. by Rafael Espindola · 11 years ago
  88. 3519960 Convert test to FileCheck. by Rafael Espindola · 11 years ago
  89. 9e80590 Replace void with int to make this a valid C++ file. by Rafael Espindola · 11 years ago
  90. fac55e8 Remove old test. by Rafael Espindola · 11 years ago
  91. e8cc011 Remove old test. by Rafael Espindola · 11 years ago
  92. b08245f Clang has no nested function support. Delete this test. by Rafael Espindola · 11 years ago
  93. 1686069 Use SmallVectorImpl::const_iterator instead of SmallVector to avoid specifying the vector size. by Craig Topper · 11 years ago
  94. 5631202 Added AlwaysBreakBeforeMultilineStrings option. by Alexander Kornienko · 11 years ago
  95. d29e24f Add test for PR4997. This has been fixed for a while. by Richard Smith · 11 years ago
  96. 17dfe3f Testcase for PR14130, which was probably fixed by r183859. by Richard Smith · 11 years ago
  97. 8bc99dd Add a space between closing template '>' to unbreak build. by Craig Topper · 11 years ago
  98. 09d19ef Use SmallVectorImpl instead of SmallVector for iterators and references to avoid specifying the vector size unnecessarily. by Craig Topper · 11 years ago
  99. 8b625a3 [analyzer] Suppress reports reported in std::list by Anna Zaks · 11 years ago
  100. 7f79b78 [analyzer] Make sure that inlined defensive checks work on div by zero. by Anna Zaks · 11 years ago