1. b61a8af First step towards correctly formatting lambdas. by Manuel Klimek · 11 years ago
  2. 174f60f clang-format: Fix segfault in overloaded operator parsing. by Daniel Jasper · 11 years ago
  3. 67cf1db clang-format: Fix case-indentation in macros. by Daniel Jasper · 11 years ago
  4. 4e899d9 Reduce the number of symbols by changing how templates are instantiated per function bound in the registry. by Samuel Benzaquen · 11 years ago
  5. ec17226 clang-format: Enable formatting of protocol buffer definitions. by Daniel Jasper · 11 years ago
  6. 4b434cf clang-format: Improve recovery from enums with errors. by Daniel Jasper · 11 years ago
  7. 13d2aa5 clang-format: Fix incorrect indentation. by Daniel Jasper · 11 years ago
  8. 2908245 clang-format: Don't indent builders relative to "return". by Daniel Jasper · 11 years ago
  9. eb33183 clang-format: Fix corner case in builder-type calls. by Daniel Jasper · 11 years ago
  10. dcc0c5b Better support for multiline string literals (including C++11 raw string literals). by Alexander Kornienko · 11 years ago
  11. b80aad8 Fix tests to be more specific. by Samuel Benzaquen · 11 years ago
  12. c41e819 Fixes various problems with accounting for tabs in the original code. by Manuel Klimek · 11 years ago
  13. a735090 Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer. by Samuel Benzaquen · 11 years ago
  14. f546178 clang-format: Improve token breaking behavior. by Daniel Jasper · 11 years ago
  15. 7143a21 clang-format: Fix segfault in 'incomplete' macros. by Daniel Jasper · 11 years ago
  16. c9346c9 clang-format: Fix infinite loop in macro special case. by Daniel Jasper · 11 years ago
  17. a4dd982 clang-format: Don't insert space in __has_include by Daniel Jasper · 11 years ago
  18. 7186ccc clang-format: Fix corner case in ObjC interface definitions. by Daniel Jasper · 11 years ago
  19. f439dcb clang-format: Improve braced init list detection: by Daniel Jasper · 11 years ago
  20. c476ea9 clang-format: Fix corner case in overloaded operator definitions. by Daniel Jasper · 11 years ago
  21. 081fc17 clang-format: Fix space in decltype-constexprs. by Daniel Jasper · 11 years ago
  22. 99e0df4 Revert "Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer." by Samuel Benzaquen · 11 years ago
  23. 3b082a3 Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer. by Samuel Benzaquen · 11 years ago
  24. a778cde Adding a vector version of clang::tooling::shiftedCodePosition(). by Edwin Vane · 11 years ago
  25. d3fef0f clang-format: Format segments of builder-type calls one per line. by Daniel Jasper · 11 years ago
  26. d489f8c clang-format: Revamp builder-type call formatting. by Daniel Jasper · 11 years ago
  27. 451f1e0 clang-format: Fix bug in column layout. by Daniel Jasper · 11 years ago
  28. 332c677 clang-format: Fix bug in column-layout formatting. by Daniel Jasper · 11 years ago
  29. 2b42935 Comment parsing: fix a bug where a line with whitespace between two paragraphs by Dmitri Gribenko · 11 years ago
  30. 3618e6f clang-format: Fix indentation relative to unary expressions. by Daniel Jasper · 11 years ago
  31. 4df1ff9 clang-format: Fix corner case for string splitting .. by Daniel Jasper · 11 years ago
  32. ed51c02 clang-format: Handle trailing commas in column layout of braced list. by Daniel Jasper · 11 years ago
  33. e638503 Fix dependencies now that the ARC migrator depends on the static analyzer. by Jordan Rose · 11 years ago
  34. d4a03db clang-format: Add column layout formatting for braced lists by Daniel Jasper · 11 years ago
  35. 34f3d05 clang-format: Indent relative to unary operators. by Daniel Jasper · 11 years ago
  36. 5321e94 Adding Replacement serialization support by Edwin Vane · 11 years ago
  37. cbeb1c6 clang-format: Format enum struct/class like enum. by Daniel Jasper · 11 years ago
  38. 7df56bf clang-format: Additional options for spaces around parentheses. by Daniel Jasper · 11 years ago
  39. 92495a8 clang-format: Fix return type line break decision. by Daniel Jasper · 11 years ago
  40. f758bc7 Have Range::overlapsWith use positive logic by Edwin Vane · 11 years ago
  41. b58cfd9 Adding a vector version of tooling::applyAllReplacements by Edwin Vane · 11 years ago
  42. 95f0766 Fixing a conflict detection bug in tooling::deduplicate by Edwin Vane · 11 years ago
  43. 9d02807 Refactor "MatcherList" into "VariantMatcher" and abstract the notion of a list of matchers for the polymorphic case. by Samuel Benzaquen · 11 years ago
  44. 6315fec clang-format: Add option for the offset of constructor initializers. by Daniel Jasper · 11 years ago
  45. b644dd6 clang-format: Improve boolean expression formatting in macros. by Daniel Jasper · 11 years ago
  46. b5a151d clang-format: Activate WebKit-style tests for MS compilers. by Daniel Jasper · 11 years ago
  47. e60084d clang-format: Slightly adapt line break penalties. by Daniel Jasper · 11 years ago
  48. 5d937b3 Add hooks to ExternalSemaSource for after-the-fact diagnosis of by Kaelyn Uhrain · 11 years ago
  49. 4432bf0 Forgot to add unittests/Sema/ before committing r188196 :( by Kaelyn Uhrain · 11 years ago
  50. 70571f4 Add hooks for typo correction to ExternalSemaSource, courtesy of Luke Zarko. by Kaelyn Uhrain · 11 years ago
  51. b349a78 clang-format: Improve stream-formatting. by Daniel Jasper · 11 years ago
  52. 5335260 clang-format: Correctly format alias declarations. by Daniel Jasper · 11 years ago
  53. 2530fd5 This change fixes the formatting of statements such as catch (E& e). by Manuel Klimek · 11 years ago
  54. f68af64 Expose LambdaIntroducer::DefaultLoc in the AST's LambdaExpr. by James Dennett · 11 years ago
  55. d5692db Introduce Replacement deduplication and conflict detection function by Edwin Vane · 11 years ago
  56. 2519d56 Revert r187935 "Support for double width characters." by Arnold Schwaighofer · 11 years ago
  57. 712b747 Support for double width characters. by Alexander Kornienko · 11 years ago
  58. d3a247c Fixes a couple of bugs with the Allman brace breaking. by Manuel Klimek · 11 years ago
  59. 1dc6f74 clang-format: Fix corner case in OpenMP pragma formatting. by Daniel Jasper · 11 years ago
  60. efed687 clang-format: Improve formatting of builder-type calls. by Daniel Jasper · 11 years ago
  61. e490705 Implement Allman style. by Manuel Klimek · 11 years ago
  62. b56da8c Fix crash when encountering alias templates in isDerivedFrom matches. by Manuel Klimek · 11 years ago
  63. 75e58bb clang-format: Fix string breaking after "<<". by Daniel Jasper · 11 years ago
  64. 1eaa997 clang-format: Operator precendence in ObjC method exprs. by Daniel Jasper · 11 years ago
  65. ab3ce59 clang-format: Don't break empty 2nd operand of ternary expr. by Daniel Jasper · 11 years ago
  66. 0fda0f7 Use llvm::sys::fs::UniqueID for windows and unix. by Rafael Espindola · 11 years ago
  67. b7000ca Teach clang-format to understand static_asserts better. by Daniel Jasper · 11 years ago
  68. aa9e7b1 clang-format: Improve line breaks in @property. by Daniel Jasper · 11 years ago
  69. 893ea8d clang-format: Make alignment of trailing comments optional .. by Daniel Jasper · 11 years ago
  70. eff18b9 clang-format: Add more options to namespace indentation. by Daniel Jasper · 11 years ago
  71. 0236dd0 clang-format: Improve detection of templates. by Daniel Jasper · 11 years ago
  72. 146d57f Fix handling of "clang c:foo" by Rafael Espindola · 11 years ago
  73. c5ae717 Add matcher for float literals. by Daniel Jasper · 11 years ago
  74. e8b10d3 clang-format: Add two new style options to support WebKit style. by Daniel Jasper · 11 years ago
  75. e865cc5 clang-format: Fix switch/case interaction with macros. by Daniel Jasper · 11 years ago
  76. 6de440e Add support for Adaptative matchers on the dynamic registry. by Samuel Benzaquen · 11 years ago
  77. e05dc6d clang-format: Initial (incomplete) support for the WebKit coding style. by Daniel Jasper · 11 years ago
  78. 0e1896a Add support for overloaded matchers. ie different matcher function signatures with the same name. by Samuel Benzaquen · 11 years ago
  79. 2f5a231 Add support for raw_ostream on the printing methods of Diagnostics. by Samuel Benzaquen · 11 years ago
  80. de9ed71 Fix source range of implicitly instantiated friend declaration. by Enea Zaffanella · 11 years ago
  81. 46fa4c3 Adds overlapsWith and contains predicates on tooling::Range. by Manuel Klimek · 11 years ago
  82. 0696301 Adds ctorInitializer and forEachConstructorInitializer matchers. by Manuel Klimek · 11 years ago
  83. 5e2169f clang-format: Fix bad line break with pointers to members. by Daniel Jasper · 11 years ago
  84. e0fa4c5 clang-format: Add space in corner case. by Daniel Jasper · 11 years ago
  85. d4de59d Fixed source range of C++03 access declarations. by Enea Zaffanella · 11 years ago
  86. 215c57f Improve line breaking before multi-line strings. by Daniel Jasper · 11 years ago
  87. 671840a Add TemplateArgument related matchers to the registry. by Samuel Benzaquen · 11 years ago
  88. 86e4d74 Add CXXCtorInitializer related matchers to the dynamic matcher registry. by Samuel Benzaquen · 11 years ago
  89. b4b4a52 Avoid breaking non-trailing block comments. by Alexander Kornienko · 11 years ago
  90. 10c26b2 Don't break line comments with escaped newlines. by Alexander Kornienko · 11 years ago
  91. 561211d clang-format: Improve handling of unterminated string literals. by Daniel Jasper · 11 years ago
  92. b5dc3f4 Revamp the formatting of C++11 braced init lists. by Daniel Jasper · 11 years ago
  93. e7d3bff clang-format: Improve detection of function types. by Daniel Jasper · 11 years ago
  94. 3f84bb3 Add support for type traversal matchers. by Samuel Benzaquen · 11 years ago
  95. 0c36878 clang-format: Improve c-style cast detection. by Daniel Jasper · 11 years ago
  96. 9637dda Improvement of change r186320. by Daniel Jasper · 11 years ago
  97. 3e12e87 Improve formatting of operator<< chains. by Daniel Jasper · 11 years ago
  98. f475bf8 Revert "Revert "PR16540: ASTVector::insert(Context, Iter, Element) doesn't compile"" by David Blaikie · 11 years ago
  99. 65732a2 Revert "PR16540: ASTVector::insert(Context, Iter, Element) doesn't compile" by David Blaikie · 11 years ago
  100. a995630 PR16540: ASTVector::insert(Context, Iter, Element) doesn't compile by David Blaikie · 11 years ago