1. 6de440e Add support for Adaptative matchers on the dynamic registry. by Samuel Benzaquen · 11 years ago
  2. e05dc6d clang-format: Initial (incomplete) support for the WebKit coding style. by Daniel Jasper · 11 years ago
  3. 0e1896a Add support for overloaded matchers. ie different matcher function signatures with the same name. by Samuel Benzaquen · 11 years ago
  4. 2f5a231 Add support for raw_ostream on the printing methods of Diagnostics. by Samuel Benzaquen · 11 years ago
  5. de9ed71 Fix source range of implicitly instantiated friend declaration. by Enea Zaffanella · 11 years ago
  6. 46fa4c3 Adds overlapsWith and contains predicates on tooling::Range. by Manuel Klimek · 11 years ago
  7. 0696301 Adds ctorInitializer and forEachConstructorInitializer matchers. by Manuel Klimek · 11 years ago
  8. 5e2169f clang-format: Fix bad line break with pointers to members. by Daniel Jasper · 11 years ago
  9. e0fa4c5 clang-format: Add space in corner case. by Daniel Jasper · 11 years ago
  10. d4de59d Fixed source range of C++03 access declarations. by Enea Zaffanella · 11 years ago
  11. 215c57f Improve line breaking before multi-line strings. by Daniel Jasper · 11 years ago
  12. 671840a Add TemplateArgument related matchers to the registry. by Samuel Benzaquen · 11 years ago
  13. 86e4d74 Add CXXCtorInitializer related matchers to the dynamic matcher registry. by Samuel Benzaquen · 11 years ago
  14. b4b4a52 Avoid breaking non-trailing block comments. by Alexander Kornienko · 11 years ago
  15. 10c26b2 Don't break line comments with escaped newlines. by Alexander Kornienko · 11 years ago
  16. 561211d clang-format: Improve handling of unterminated string literals. by Daniel Jasper · 11 years ago
  17. b5dc3f4 Revamp the formatting of C++11 braced init lists. by Daniel Jasper · 11 years ago
  18. e7d3bff clang-format: Improve detection of function types. by Daniel Jasper · 11 years ago
  19. 3f84bb3 Add support for type traversal matchers. by Samuel Benzaquen · 11 years ago
  20. 0c36878 clang-format: Improve c-style cast detection. by Daniel Jasper · 11 years ago
  21. 9637dda Improvement of change r186320. by Daniel Jasper · 11 years ago
  22. 3e12e87 Improve formatting of operator<< chains. by Daniel Jasper · 11 years ago
  23. f475bf8 Revert "Revert "PR16540: ASTVector::insert(Context, Iter, Element) doesn't compile"" by David Blaikie · 11 years ago
  24. 65732a2 Revert "PR16540: ASTVector::insert(Context, Iter, Element) doesn't compile" by David Blaikie · 11 years ago
  25. a995630 PR16540: ASTVector::insert(Context, Iter, Element) doesn't compile by David Blaikie · 11 years ago
  26. a0740f5 clang-format: Improve <<-formatting. by Daniel Jasper · 11 years ago
  27. 0fde950 clang-format: Fix string literal breaking. by Daniel Jasper · 11 years ago
  28. 011c35d clang-format: Break before/between array subscript expressions. by Daniel Jasper · 11 years ago
  29. 15ec3a8 clang-format: Fix bug concerning the alignment of "}". by Daniel Jasper · 11 years ago
  30. 20a0f8c clang-format: Break before trailing annotations. by Daniel Jasper · 11 years ago
  31. faec47b clang-format: Avoid line breaks before the first <<. by Daniel Jasper · 11 years ago
  32. 3262f4c Improve detection of trailing return types. by Daniel Jasper · 11 years ago
  33. e1f9a8e Fix indentation problem for comments in call chains by Daniel Jasper · 11 years ago
  34. c18cff3 Keep trailing annotations close to their argument. by Daniel Jasper · 11 years ago
  35. 49007d7 Add a hook RecursiveASTVisitor::TraverseLambdaBody, to enable visitors to by James Dennett · 11 years ago
  36. c7bd68f Add experimental flag for adaptive parameter bin-packing. by Daniel Jasper · 11 years ago
  37. 2ca3741 Initial support for formatting trailing return types. by Daniel Jasper · 11 years ago
  38. b149179 Avoid confusing indentations for chained function calls. by Daniel Jasper · 11 years ago
  39. 0de1c4d Fix alignment of closing brace in braced initializers. by Daniel Jasper · 11 years ago
  40. 6561f6a Format overloaded operators like other functions. by Daniel Jasper · 11 years ago
  41. 526df0f Fix incorrect incorrect cast identification in clang-format. by Daniel Jasper · 11 years ago
  42. 51da142 Fixed testcase failing under MS by adding "-fno-delayed-template-parsing", by Enea Zaffanella · 11 years ago
  43. 88cc562 Prefer similar line breaks. by Daniel Jasper · 11 years ago
  44. 1659ded Fix for corner cases in code handling leading "* " decorations in block comments by Alexander Kornienko · 11 years ago
  45. 1fb09df AST/SourceLocationTest.cpp: Appease MS hosts to suppress CXXUnresolvedConstructExpr.SourceRange, for now. by NAKAMURA Takumi · 11 years ago
  46. bd9cbd2 Fixed source range for functional cast and unresolved construct expr nodes. by Enea Zaffanella · 11 years ago
  47. 2d77634 Fixed source location info for UnaryTransformTypeLoc nodes. by Enea Zaffanella · 11 years ago
  48. 1ec4a86 Use llvm::sys::fs::createTemporaryFile. by Rafael Espindola · 11 years ago
  49. d6104f6 Fix formatting for allocation of new pointer variables. by Daniel Jasper · 11 years ago
  50. 07ca547 Improve detection for preventing certain kind of formatting patterns. by Daniel Jasper · 11 years ago
  51. 198c8bf Don't break after a "(" following a binary operator. by Daniel Jasper · 11 years ago
  52. 5631202 Added AlwaysBreakBeforeMultilineStrings option. by Alexander Kornienko · 11 years ago
  53. 6df7a2d Don't insert confusing line breaks in comparisons. by Daniel Jasper · 11 years ago
  54. 6ac431c Fix formatting of long declarations with const type. by Daniel Jasper · 11 years ago
  55. f50dbfa Fix incorrect token counting introduced by r185319. by Daniel Jasper · 11 years ago
  56. d446f73 Avoid column limit violation in block comments in certain cases. by Alexander Kornienko · 11 years ago
  57. cbe86cc Don't align "} // namespace" comments. by Daniel Jasper · 11 years ago
  58. c47d7f1 Don't add an extra space before ellipsis after pointers. by Daniel Jasper · 11 years ago
  59. 3a1847e Keep space between pointer and block comment. by Daniel Jasper · 11 years ago
  60. 02eacc2 Fix braced-list detection in lieu of trailing comments. by Daniel Jasper · 11 years ago
  61. 89faf86 Bug fix: Make RecursiveASTVisitor<T>::TraverseLambdaExpr call by James Dennett · 11 years ago
  62. 17aa33f Add enumerators to TestVisitor::Language to allow visitor tests to by James Dennett · 11 years ago
  63. a1753f4 Use lexing mode based on FormatStyle.Standard. by Alexander Kornienko · 11 years ago
  64. 5bb5f6a Sync file handling logic in RewriterTestContext.h and RefactoringTest.cpp. by Rafael Espindola · 11 years ago
  65. 902a863 Remove last use of PathV1.h from clang. by Rafael Espindola · 11 years ago
  66. 861576b Formatter: Don't put a space after parameter-naming block comments. by Nico Weber · 11 years ago
  67. 465e861 Formatter/ObjC: Correctly format casts in objc message send expressions. by Nico Weber · 11 years ago
  68. 10fc2c6 Formatter/Objc: Add a test that checks that @import is formatted correctly. by Nico Weber · 11 years ago
  69. e054819 clang/unittests/ASTMatchers/Dynamic/RegistryTest.cpp: Suppress unexpected failures on MS hosts. by NAKAMURA Takumi · 11 years ago
  70. c1c7625 Fixed typo. by Alexander Kornienko · 11 years ago
  71. a9a7f10 Add an option to not indent declarations when breaking after the type. by Manuel Klimek · 11 years ago
  72. ef7eb02 Add support for polymorphic matchers. Use runtime type checking to determine the right polymorphic overload to use. by Samuel Benzaquen · 11 years ago
  73. 8711da1 Disable an assertion death test when using MSVC's assert() by Reid Kleckner · 11 years ago
  74. 76c2f92 Enhancements for the DynTypedMatcher system. by Samuel Benzaquen · 11 years ago
  75. cf52ca6 Adds the equalsBoundNode matcher. by Manuel Klimek · 11 years ago
  76. 8afa39b Use the same set of whitespace characters for all operations in BreakableToken. by Alexander Kornienko · 11 years ago
  77. 1a68afd Implements declaratorDecl, parmVarDecl and hassTypeLoc matchers. by Manuel Klimek · 11 years ago
  78. c36c5c2 Fixed long-standing issue with incorrect length calculation of multi-line comments. by Alexander Kornienko · 11 years ago
  79. d5fbb29 Enhancements for the DynTypedNode by Samuel Benzaquen · 11 years ago
  80. 054d049 Completely revamp node binding for AST matchers. by Manuel Klimek · 11 years ago
  81. f2b2c7d Split long strings on word boundaries. by Alexander Kornienko · 11 years ago
  82. 6e40c95 Fix source range of CXXNewExpr with parentheses around the type. PR15569. by Eli Friedman · 11 years ago
  83. d71b15b Fix a problem in ExpressionParser leading to trailing comments affecting indentation of an expression after a line break. by Alexander Kornienko · 11 years ago
  84. 22d0e29 Fixes incorrect indentation of line comments after break and re-alignment. by Alexander Kornienko · 11 years ago
  85. b1e25a1 [Driver] Refactor clang driver to use LLVM's Option library by Reid Kleckner · 11 years ago
  86. 16a0ec6 Don't remove backslashes from block comments. by Alexander Kornienko · 11 years ago
  87. e3f1197 Preserve newlines before block comments in static initializers. by Alexander Kornienko · 11 years ago
  88. 8229d22 Include Path.h instead of PathV2.h. by Rafael Espindola · 11 years ago
  89. 2db9828 Include PathV1.h in a file that uses it. by Rafael Espindola · 11 years ago
  90. 2b2faa5 Insert a space at the start of a line comment in case it starts with an alphanumeric character. by Alexander Kornienko · 11 years ago
  91. 44ee0a7 Re-commit r183466 with a fix to make the TypeLoc casting machinery work by Eli Friedman · 11 years ago
  92. 54e6c9d Improved handling of escaped newlines at the token start. by Alexander Kornienko · 11 years ago
  93. 2785b9a Fixed calculation of penalty when breaking tokens. by Alexander Kornienko · 11 years ago
  94. 7e6e515 Adds a test that verifies angle bracket locations. by Manuel Klimek · 11 years ago
  95. 65d2c38 Fix incorrect line breaking before trailing block comments. by Daniel Jasper · 11 years ago
  96. 9acb8b4 Fix clang-format's expression parser for leading }s. by Daniel Jasper · 11 years ago
  97. ff1a2e5 Improve c-style cast detection. by Daniel Jasper · 11 years ago
  98. 07eda94 clang/unittests/Format/FormatTest.cpp: Suppress utf8 literals with _MSC_VER. MS cl.exe is unaware of BOM-less utf8 source files. by NAKAMURA Takumi · 11 years ago
  99. dda770b Added test with characters using four bytes in UTF-8 representation. by Alexander Kornienko · 11 years ago
  100. 0089510 UTF-8 support for clang-format. by Alexander Kornienko · 11 years ago