1. d105b72 [clang-format] Re-align broken comment lines where appropriate. by Krasimir Georgiev · 9 years ago
  2. 00c5c72 [clang-format] Don't reflow across comment pragmas. by Krasimir Georgiev · 9 years ago
  3. b6ccd38 [clang-format] Fix breaking of comment sections in unwrapped lines containing newlines. by Krasimir Georgiev · 9 years ago
  4. 28912c0 [clang-format] Don't reflow lines starting with TODO, FIXME or XXX. by Krasimir Georgiev · 9 years ago
  5. c3aa05c clang-format: Do not use two-argument/operand special case with no alignment by Daniel Jasper · 9 years ago
  6. b127039 clang-format: Fix incorrect line breaks after forced operator wraps. by Daniel Jasper · 9 years ago
  7. 13dbaa0 [clang-format] Fix regression about not aligning trailing comments in case they were previously aligned, but at different indent. by Krasimir Georgiev · 9 years ago
  8. 21f7dea clang-format: Don't force-wrap multiline RHSs for 2-operand experssions. by Daniel Jasper · 9 years ago
  9. b796ceb [clang-format] Fix regression about adding leading whitespace to the content of line comments by Krasimir Georgiev · 9 years ago
  10. af1b962 [clang-format] Fix reflow in block comment lines with leading whitespace. by Krasimir Georgiev · 9 years ago
  11. 753625b [clang-format] Fix regression merging comments across newlines. by Krasimir Georgiev · 9 years ago
  12. 8f62cf7 [clang-format] Don't reflow comment lines starting with '@'. by Krasimir Georgiev · 9 years ago
  13. e518e0b [clang-format] Fix regression that breaks comments without a comment prefix by Krasimir Georgiev · 9 years ago
  14. 8432161 [clang-format] Separate line comment sections after a right brace from comment sections in the scope. by Krasimir Georgiev · 9 years ago
  15. 9183422 [clang-format] Implement comment reflowing. by Krasimir Georgiev · 9 years ago
  16. 7eb7507 clang-format: fix fallback style set to "none" not always formatting by Antonio Maiorano · 9 years ago
  17. 3adfb6a clang-format: Make GetStyle return Expected<FormatStyle> instead of FormatStyle by Antonio Maiorano · 9 years ago
  18. 240527c clang-format: Always wrap before multi-line parameters/operands. by Daniel Jasper · 9 years ago
  19. e61f9f9 clang-format: Fix bug in making line break decisions. by Daniel Jasper · 9 years ago
  20. e371010 clang-format: Fix regression introduced by r291801. by Daniel Jasper · 9 years ago
  21. d1a9d8acd clang-format: Treat braced lists like other complex parameters. by Daniel Jasper · 9 years ago
  22. c941e7d clang-format: Improve support for override/final as variable names. by Daniel Jasper · 9 years ago
  23. 2388861 clang-format: Less eagerly try to keep label-value pairs on a line. by Daniel Jasper · 9 years ago
  24. 34c0376 Make FormatStyle.GetStyleOfFile test work on MSVC by Antonio Maiorano · 9 years ago
  25. 083d170 clang-format: Fix bug in handling of single-column lists. by Daniel Jasper · 9 years ago
  26. f789f05 clang-format: Fix bug in understanding string-label&value analysis. by Daniel Jasper · 9 years ago
  27. 7aacf46 clang-format: Slightly tweak the behavior of <<-wrapping. by Daniel Jasper · 9 years ago
  28. ff8d6136 clang-format: Fix regression introduced in r290084. by Daniel Jasper · 9 years ago
  29. e616966 clang-format: Allow "single column" list layout even if that violates the by Daniel Jasper · 9 years ago
  30. 7209bb9 clang-format: Keep string-literal-label + value pairs on a line. by Daniel Jasper · 9 years ago
  31. e4ada02 clang-format: Improve braced-list detection. by Daniel Jasper · 9 years ago
  32. 03a04fe clang-format: Separate out a language kind for ObjC. by Daniel Jasper · 9 years ago
  33. 22ed262 clang-format: Wrap complex binary expressions on the RHS of a comma. by Daniel Jasper · 9 years ago
  34. 35e4122 clang-format: Fix unnnecessary line break. by Daniel Jasper · 9 years ago
  35. 1991e5d [clang-format] Fixed line merging of more than two lines by Cameron Desrochers · 9 years ago
  36. fd36f0b clang-format: Support ObjC selectors with unnamed parameters. by Daniel Jasper · 9 years ago
  37. b2673a1 [clang-format] Fix PR30527: Regression when clang-format insert spaces in [] when in template by Nico Weber · 9 years ago
  38. a432208 clang-format: Better support for CUDA's triple brackets. by Daniel Jasper · 9 years ago
  39. 6af3f14 Fixed column shift when formatting line containing bit shift operators by Malcolm Parsons · 9 years ago
  40. 28b4d51 clang-format: Fix bug in function reference qualifier detection. by Daniel Jasper · 9 years ago
  41. d0d27aa clang-format: Fix incorrect pointer detection. by Daniel Jasper · 9 years ago
  42. 3ade3be clang-format: Fix incorrect binary operator detection. by Daniel Jasper · 9 years ago
  43. fda47cd Skip over AnnotatedLines with >50 levels of nesting; don't format them. by Daniel Jasper · 9 years ago
  44. a9a8fde Bug 28065 - clang-format incorrectly aligns backslash. by Andi-Bogdan Postelnicu · 9 years ago
  45. 85d1f0b clang-format: Fix bad multi-variable for-loop formatting. by Daniel Jasper · 9 years ago
  46. e31388a [clang-format] Don't allow newline after uppercase Obj-C block return types by Daniel Jasper · 9 years ago
  47. 3f2cde9 clang-format: Only special-case top-level */& in multivar-declstmts. by Daniel Jasper · 9 years ago
  48. 83bbd57 clang-format: Add SpaceAfterTemplate by Sylvestre Ledru · 9 years ago
  49. 40ef2fb Implement tooling::Replacements as a class. by Eric Liu · 9 years ago
  50. 3134383 clang-format: Fix incorrect detection of QT-signals access specifier. by Daniel Jasper · 9 years ago
  51. 4f8d994 Make tooling::applyAllReplacements return llvm::Expected<string> instead of empty string to indicate potential error. by Eric Liu · 9 years ago
  52. 1f5d637 clang-format: Restrict r272537 to function ref qualifiers. by Daniel Jasper · 9 years ago
  53. 2156166 clang-format: Fix incorrect function type detection. by Daniel Jasper · 9 years ago
  54. 43e4d3a clang-format: Don't merge const and &, e.g. in function ref qualifiers. by Daniel Jasper · 9 years ago
  55. 594be2f clang-format: Fix incorrect cast detection. by Daniel Jasper · 9 years ago
  56. 87448c5 clang-format: Don't indent lambda body relative to its return type. by Daniel Jasper · 9 years ago
  57. acadc8e clang-format: Fix incorrect calculation of "length" of /**/ comments. by Daniel Jasper · 9 years ago
  58. 2b4d6ea clang-format: Fix bug in function ref qualifier identification. by Daniel Jasper · 9 years ago
  59. 99302ed clang-format: Allow splitting the line after /**/-comments. by Daniel Jasper · 9 years ago
  60. 1ef6845 [clang-format] moved unit tests related to replacements cleaner from FormatTest.cpp to CleanUpTest.cpp. by Eric Liu · 9 years ago
  61. 451544a clang-format: Fix incorrect indentation in last line of macro definition by Daniel Jasper · 9 years ago
  62. e2fab13 clang-format: Fix enumerator case ranges. by Daniel Jasper · 9 years ago
  63. baf58c2 [clang-format] Make formatReplacements() also sort #includes. by Eric Liu · 9 years ago
  64. 2b2c967 clang-format: Fix space after argument comments. by Daniel Jasper · 9 years ago
  65. a7900ad clang-format: Support enum type template arguments. by Daniel Jasper · 9 years ago
  66. 4cfb88a Added Fixer implementation and fix() interface in clang-format for removing redundant code. by Eric Liu · 10 years ago
  67. c3ff0cd clang-format: Improve heuristics to detect function declarations/definitions. by Daniel Jasper · 10 years ago
  68. 03137c6 clang-format: Last line in incomplete block is indented incorrectly by Marianne Mailhot-Sarrasin · 10 years ago
  69. 51fe279 clang-format: Implemented tab usage for continuation and indentation by Marianne Mailhot-Sarrasin · 10 years ago
  70. 2cce7b7 clang-format: Fix label-in-if statement in macros where it is actually used. by Daniel Jasper · 10 years ago
  71. 4060947 clang-format: Support labels in brace-less ifs. by Daniel Jasper · 10 years ago
  72. 19bc1d0 clang-format: Fix incorrect function annotation detection. by Daniel Jasper · 10 years ago
  73. 94b1bdf clang-format: Fix cast detection on "this". by Daniel Jasper · 10 years ago
  74. 4c1ef97a Added formatAndApplyAllReplacements that works on multiple files in libTooling. by Eric Liu · 10 years ago
  75. c13ca6a Dsiable FormatStyle::GetStyleOfFile test case for mingw. by Eric Liu · 10 years ago
  76. 547d879 Added support for different VFSs in format::getStyle. Disable platform-related test case for MS compilers to avoid breaking buildbot. by Eric Liu · 10 years ago
  77. 6b47faa Revert "Added support for different VFSs in format::getStyle." by Eric Liu · 10 years ago
  78. b72f609 Added support for different VFSs in format::getStyle. by Eric Liu · 10 years ago
  79. 9c8ff35 clang-format: Make include sorting's main include detection configurable. by Daniel Jasper · 10 years ago
  80. 710f849 clang-format: Slightly weaken AlignAfterOpenBracket=AlwaysBreak. by Daniel Jasper · 10 years ago
  81. abd1f57 clang-format: [JS] Optionally re-quote string literals. by Daniel Jasper · 10 years ago
  82. 56ef6ac [clang-format] Detect constructor initializers preceded by `noexcept`. by Daniel Jasper · 10 years ago
  83. b12e5a5 Add functions to apply replacements and reformat them. by Manuel Klimek · 10 years ago
  84. 04b4e10 clang-format: Correctly apply wrap before multi-line RHS rule to by Daniel Jasper · 10 years ago
  85. f9168de clang-format: Increase the penalty for breaking between array subscripts. by Daniel Jasper · 10 years ago
  86. cc3949d Remove use of builtin comma operator. by Richard Trieu · 10 years ago
  87. 602a727 clang-format: Make indentation after "<<" more consistent. by Daniel Jasper · 10 years ago
  88. 88db760 clang-format: Make it more expensive to break template parameters. by Daniel Jasper · 10 years ago
  89. 2a9f720 clang-format: Fix weird alignment when not aligning after brackets. by Daniel Jasper · 10 years ago
  90. 0c9772e clang-format: Fix corner case in template detection. by Daniel Jasper · 10 years ago
  91. 45860fa clang-format: Fix formatting of ternary expressions with comments. by Daniel Jasper · 10 years ago
  92. b618a98 clang-format: Make AlignAfterOpenBracket also affect angle brackets. by Daniel Jasper · 10 years ago
  93. d27df3d clang-format: Fix incorrect pointer detection in lambdas in constructor by Daniel Jasper · 10 years ago
  94. e1a7b76 clang-format: Add option to disable string literal formatting. by Daniel Jasper · 10 years ago
  95. bb37a2f clang-format: Fix alignment of trailing multiline columns. by Daniel Jasper · 10 years ago
  96. 27f27818 Fix formatting of fully qualified names in array subscripts. by Manuel Klimek · 10 years ago
  97. a3cd2164 clang-format: Fix incorrectly enforced linebreak with ColumnLimit 0. by Daniel Jasper · 10 years ago
  98. 50780ce clang-format: [ObjC+JS] Allow bin-packing of array literals. by Daniel Jasper · 10 years ago
  99. dab5046 [clang-format] Fix comment aligning when there are changes within the comment by Benjamin Kramer · 10 years ago
  100. df51f2e6 clang-format: Fix overloading "operator," definitions more thoroughly. by Daniel Jasper · 10 years ago