1. ebaa171 clang-format: Don't accidentally move tokens into preprocessor directive. by Daniel Jasper · 11 years ago
  2. 42ff263 clang-format: Add comment to tests explaining their grouping. by Daniel Jasper · 11 years ago
  3. e63a48a clang-format: Fix line breaking bug after empty ifs. by Daniel Jasper · 11 years ago
  4. 26356cc clang-format: Don't split a >>-operator. by Daniel Jasper · 11 years ago
  5. 2c2f729 When in pre-c++11 mode, treat _T("xxx") as a single string literal, repeat the _T() part around each fragment. This addresses http://llvm.org/PR17122 by Alexander Kornienko · 11 years ago
  6. d3d9e0f clang-format: Fix bug in style option AlwaysBreakTemplateDeclarations. by Daniel Jasper · 11 years ago
  7. ac885cd clang-format: Detect braced lists in subscript expressions. by Daniel Jasper · 11 years ago
  8. 5798120 clang-format: Fix incorrect enum parsing / layouting. by Daniel Jasper · 11 years ago
  9. 0bb3ca3 Add a test case to test RAV visits parameters of implicit copy constructor. by Michael Han · 11 years ago
  10. 7e27400 clang-format: Fix bug in pointer detection by Daniel Jasper · 11 years ago
  11. 4b6730d Teach RAV to visit parameter variable declarations of implicit functions. Fixes PR16182. by Michael Han · 11 years ago
  12. 73d845c Support for CR LF newlines. by Alexander Kornienko · 11 years ago
  13. f365bb2 Do not quote YAML plain string myself. Let YAMLIO do that. by Rui Ueyama · 11 years ago
  14. daa07e9 Don't divide L and #x in macro definitions. Fixes http://llvm.org/PR17144 by Alexander Kornienko · 11 years ago
  15. 6f6154c Correctly calculate OriginalColumn after multi-line tokens. by Alexander Kornienko · 11 years ago
  16. db8afe4 clang-format: Understand function type typedefs with typeof. by Daniel Jasper · 11 years ago
  17. 83a7dcd Calculate and store ColumnWidth instead of CodePointCount in FormatTokens. by Alexander Kornienko · 11 years ago
  18. 14e25c0 clang-format: Keep empty lines and format 1-line nested blocks. by Daniel Jasper · 11 years ago
  19. 1245a54 Fix missing source location in CXXTemporaryObjectExpr nodes. by Enea Zaffanella · 11 years ago
  20. 00e0f43 clang-format: Fix regression introduced by r190038. by Daniel Jasper · 11 years ago
  21. e27dc5d clang-format: Format typed enums with nested names. by Daniel Jasper · 11 years ago
  22. 520cca8 clang-format: Don't confuse operator[] with lambdas. by Daniel Jasper · 11 years ago
  23. 51bb5d9 Don't remove trailing escaped newline from line comments. by Alexander Kornienko · 11 years ago
  24. 2f0a020 clang-format: Fix regression introduced by r189353. by Daniel Jasper · 11 years ago
  25. db4813a clang-format: Fix regression introduced by r189337. by Daniel Jasper · 11 years ago
  26. b77d741 clang-format: Fix comment formatting bugs in nested blocks. by Daniel Jasper · 11 years ago
  27. e3efec2 Mark lambda closure classes as being implicitly-generated. by James Dennett · 11 years ago
  28. e11e45f Fixes PR 17106 (explicitly typed enums are formatted differently). by Manuel Klimek · 11 years ago
  29. 0b62cc3 Handle zero-width and double-width characters in string literals and comments. by Alexander Kornienko · 11 years ago
  30. 2d65705 clang-format: Quickfix for braced init lists detected as lambdas. by Daniel Jasper · 11 years ago
  31. ac2c974 clang-format: Fix parsing and indenting lambdas. by Daniel Jasper · 11 years ago
  32. 567dcf9 clang-format: Enable formatting of nested blocks. by Daniel Jasper · 11 years ago
  33. 9321e87 Handle 'Cpp03' and 'Cpp11' strings in LanguageStandard serialization for by Alexander Kornienko · 11 years ago
  34. 753a511 Implement parsing of blocks (^{ ... }) in the unwrapped line parser. by Manuel Klimek · 11 years ago
  35. 9e512bc More lambda formatting tests; update test comments. by Manuel Klimek · 11 years ago
  36. 31e44f7 Fix layout of lambda captures. by Manuel Klimek · 11 years ago
  37. b61a8af First step towards correctly formatting lambdas. by Manuel Klimek · 11 years ago
  38. 174f60f clang-format: Fix segfault in overloaded operator parsing. by Daniel Jasper · 11 years ago
  39. 67cf1db clang-format: Fix case-indentation in macros. by Daniel Jasper · 11 years ago
  40. 4e899d9 Reduce the number of symbols by changing how templates are instantiated per function bound in the registry. by Samuel Benzaquen · 11 years ago
  41. ec17226 clang-format: Enable formatting of protocol buffer definitions. by Daniel Jasper · 11 years ago
  42. 4b434cf clang-format: Improve recovery from enums with errors. by Daniel Jasper · 11 years ago
  43. 13d2aa5 clang-format: Fix incorrect indentation. by Daniel Jasper · 11 years ago
  44. 2908245 clang-format: Don't indent builders relative to "return". by Daniel Jasper · 11 years ago
  45. eb33183 clang-format: Fix corner case in builder-type calls. by Daniel Jasper · 11 years ago
  46. dcc0c5b Better support for multiline string literals (including C++11 raw string literals). by Alexander Kornienko · 11 years ago
  47. b80aad8 Fix tests to be more specific. by Samuel Benzaquen · 11 years ago
  48. c41e819 Fixes various problems with accounting for tabs in the original code. by Manuel Klimek · 11 years ago
  49. a735090 Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer. by Samuel Benzaquen · 11 years ago
  50. f546178 clang-format: Improve token breaking behavior. by Daniel Jasper · 11 years ago
  51. 7143a21 clang-format: Fix segfault in 'incomplete' macros. by Daniel Jasper · 11 years ago
  52. c9346c9 clang-format: Fix infinite loop in macro special case. by Daniel Jasper · 11 years ago
  53. a4dd982 clang-format: Don't insert space in __has_include by Daniel Jasper · 11 years ago
  54. 7186ccc clang-format: Fix corner case in ObjC interface definitions. by Daniel Jasper · 11 years ago
  55. f439dcb clang-format: Improve braced init list detection: by Daniel Jasper · 11 years ago
  56. c476ea9 clang-format: Fix corner case in overloaded operator definitions. by Daniel Jasper · 11 years ago
  57. 081fc17 clang-format: Fix space in decltype-constexprs. by Daniel Jasper · 11 years ago
  58. 99e0df4 Revert "Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer." by Samuel Benzaquen · 11 years ago
  59. 3b082a3 Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer. by Samuel Benzaquen · 11 years ago
  60. a778cde Adding a vector version of clang::tooling::shiftedCodePosition(). by Edwin Vane · 11 years ago
  61. d3fef0f clang-format: Format segments of builder-type calls one per line. by Daniel Jasper · 11 years ago
  62. d489f8c clang-format: Revamp builder-type call formatting. by Daniel Jasper · 11 years ago
  63. 451f1e0 clang-format: Fix bug in column layout. by Daniel Jasper · 11 years ago
  64. 332c677 clang-format: Fix bug in column-layout formatting. by Daniel Jasper · 11 years ago
  65. 2b42935 Comment parsing: fix a bug where a line with whitespace between two paragraphs by Dmitri Gribenko · 11 years ago
  66. 3618e6f clang-format: Fix indentation relative to unary expressions. by Daniel Jasper · 11 years ago
  67. 4df1ff9 clang-format: Fix corner case for string splitting .. by Daniel Jasper · 11 years ago
  68. ed51c02 clang-format: Handle trailing commas in column layout of braced list. by Daniel Jasper · 11 years ago
  69. e638503 Fix dependencies now that the ARC migrator depends on the static analyzer. by Jordan Rose · 11 years ago
  70. d4a03db clang-format: Add column layout formatting for braced lists by Daniel Jasper · 11 years ago
  71. 34f3d05 clang-format: Indent relative to unary operators. by Daniel Jasper · 11 years ago
  72. 5321e94 Adding Replacement serialization support by Edwin Vane · 11 years ago
  73. cbeb1c6 clang-format: Format enum struct/class like enum. by Daniel Jasper · 11 years ago
  74. 7df56bf clang-format: Additional options for spaces around parentheses. by Daniel Jasper · 11 years ago
  75. 92495a8 clang-format: Fix return type line break decision. by Daniel Jasper · 11 years ago
  76. f758bc7 Have Range::overlapsWith use positive logic by Edwin Vane · 11 years ago
  77. b58cfd9 Adding a vector version of tooling::applyAllReplacements by Edwin Vane · 11 years ago
  78. 95f0766 Fixing a conflict detection bug in tooling::deduplicate by Edwin Vane · 11 years ago
  79. 9d02807 Refactor "MatcherList" into "VariantMatcher" and abstract the notion of a list of matchers for the polymorphic case. by Samuel Benzaquen · 11 years ago
  80. 6315fec clang-format: Add option for the offset of constructor initializers. by Daniel Jasper · 11 years ago
  81. b644dd6 clang-format: Improve boolean expression formatting in macros. by Daniel Jasper · 11 years ago
  82. b5a151d clang-format: Activate WebKit-style tests for MS compilers. by Daniel Jasper · 11 years ago
  83. e60084d clang-format: Slightly adapt line break penalties. by Daniel Jasper · 11 years ago
  84. 5d937b3 Add hooks to ExternalSemaSource for after-the-fact diagnosis of by Kaelyn Uhrain · 11 years ago
  85. 4432bf0 Forgot to add unittests/Sema/ before committing r188196 :( by Kaelyn Uhrain · 11 years ago
  86. 70571f4 Add hooks for typo correction to ExternalSemaSource, courtesy of Luke Zarko. by Kaelyn Uhrain · 11 years ago
  87. b349a78 clang-format: Improve stream-formatting. by Daniel Jasper · 11 years ago
  88. 5335260 clang-format: Correctly format alias declarations. by Daniel Jasper · 11 years ago
  89. 2530fd5 This change fixes the formatting of statements such as catch (E& e). by Manuel Klimek · 11 years ago
  90. f68af64 Expose LambdaIntroducer::DefaultLoc in the AST's LambdaExpr. by James Dennett · 11 years ago
  91. d5692db Introduce Replacement deduplication and conflict detection function by Edwin Vane · 11 years ago
  92. 2519d56 Revert r187935 "Support for double width characters." by Arnold Schwaighofer · 11 years ago
  93. 712b747 Support for double width characters. by Alexander Kornienko · 11 years ago
  94. d3a247c Fixes a couple of bugs with the Allman brace breaking. by Manuel Klimek · 11 years ago
  95. 1dc6f74 clang-format: Fix corner case in OpenMP pragma formatting. by Daniel Jasper · 11 years ago
  96. efed687 clang-format: Improve formatting of builder-type calls. by Daniel Jasper · 11 years ago
  97. e490705 Implement Allman style. by Manuel Klimek · 11 years ago
  98. b56da8c Fix crash when encountering alias templates in isDerivedFrom matches. by Manuel Klimek · 11 years ago
  99. 75e58bb clang-format: Fix string breaking after "<<". by Daniel Jasper · 11 years ago
  100. 1eaa997 clang-format: Operator precendence in ObjC method exprs. by Daniel Jasper · 11 years ago