1. 83bbd57 clang-format: Add SpaceAfterTemplate by Sylvestre Ledru · 9 years ago
  2. 40ef2fb Implement tooling::Replacements as a class. by Eric Liu · 9 years ago
  3. 3134383 clang-format: Fix incorrect detection of QT-signals access specifier. by Daniel Jasper · 9 years ago
  4. 4f8d994 Make tooling::applyAllReplacements return llvm::Expected<string> instead of empty string to indicate potential error. by Eric Liu · 9 years ago
  5. 1f5d637 clang-format: Restrict r272537 to function ref qualifiers. by Daniel Jasper · 9 years ago
  6. 2156166 clang-format: Fix incorrect function type detection. by Daniel Jasper · 9 years ago
  7. 43e4d3a clang-format: Don't merge const and &, e.g. in function ref qualifiers. by Daniel Jasper · 9 years ago
  8. 594be2f clang-format: Fix incorrect cast detection. by Daniel Jasper · 9 years ago
  9. 87448c5 clang-format: Don't indent lambda body relative to its return type. by Daniel Jasper · 9 years ago
  10. acadc8e clang-format: Fix incorrect calculation of "length" of /**/ comments. by Daniel Jasper · 9 years ago
  11. 2b4d6ea clang-format: Fix bug in function ref qualifier identification. by Daniel Jasper · 9 years ago
  12. 99302ed clang-format: Allow splitting the line after /**/-comments. by Daniel Jasper · 9 years ago
  13. 1ef6845 [clang-format] moved unit tests related to replacements cleaner from FormatTest.cpp to CleanUpTest.cpp. by Eric Liu · 9 years ago
  14. 451544a clang-format: Fix incorrect indentation in last line of macro definition by Daniel Jasper · 9 years ago
  15. e2fab13 clang-format: Fix enumerator case ranges. by Daniel Jasper · 9 years ago
  16. baf58c2 [clang-format] Make formatReplacements() also sort #includes. by Eric Liu · 9 years ago
  17. 2b2c967 clang-format: Fix space after argument comments. by Daniel Jasper · 9 years ago
  18. a7900ad clang-format: Support enum type template arguments. by Daniel Jasper · 9 years ago
  19. 4cfb88a Added Fixer implementation and fix() interface in clang-format for removing redundant code. by Eric Liu · 9 years ago
  20. c3ff0cd clang-format: Improve heuristics to detect function declarations/definitions. by Daniel Jasper · 10 years ago
  21. 03137c6 clang-format: Last line in incomplete block is indented incorrectly by Marianne Mailhot-Sarrasin · 10 years ago
  22. 51fe279 clang-format: Implemented tab usage for continuation and indentation by Marianne Mailhot-Sarrasin · 10 years ago
  23. 2cce7b7 clang-format: Fix label-in-if statement in macros where it is actually used. by Daniel Jasper · 10 years ago
  24. 4060947 clang-format: Support labels in brace-less ifs. by Daniel Jasper · 10 years ago
  25. 19bc1d0 clang-format: Fix incorrect function annotation detection. by Daniel Jasper · 10 years ago
  26. 94b1bdf clang-format: Fix cast detection on "this". by Daniel Jasper · 10 years ago
  27. 4c1ef97a Added formatAndApplyAllReplacements that works on multiple files in libTooling. by Eric Liu · 10 years ago
  28. c13ca6a Dsiable FormatStyle::GetStyleOfFile test case for mingw. by Eric Liu · 10 years ago
  29. 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
  30. 6b47faa Revert "Added support for different VFSs in format::getStyle." by Eric Liu · 10 years ago
  31. b72f609 Added support for different VFSs in format::getStyle. by Eric Liu · 10 years ago
  32. 9c8ff35 clang-format: Make include sorting's main include detection configurable. by Daniel Jasper · 10 years ago
  33. 710f849 clang-format: Slightly weaken AlignAfterOpenBracket=AlwaysBreak. by Daniel Jasper · 10 years ago
  34. abd1f57 clang-format: [JS] Optionally re-quote string literals. by Daniel Jasper · 10 years ago
  35. 56ef6ac [clang-format] Detect constructor initializers preceded by `noexcept`. by Daniel Jasper · 10 years ago
  36. b12e5a5 Add functions to apply replacements and reformat them. by Manuel Klimek · 10 years ago
  37. 04b4e10 clang-format: Correctly apply wrap before multi-line RHS rule to by Daniel Jasper · 10 years ago
  38. f9168de clang-format: Increase the penalty for breaking between array subscripts. by Daniel Jasper · 10 years ago
  39. cc3949d Remove use of builtin comma operator. by Richard Trieu · 10 years ago
  40. 602a727 clang-format: Make indentation after "<<" more consistent. by Daniel Jasper · 10 years ago
  41. 88db760 clang-format: Make it more expensive to break template parameters. by Daniel Jasper · 10 years ago
  42. 2a9f720 clang-format: Fix weird alignment when not aligning after brackets. by Daniel Jasper · 10 years ago
  43. 0c9772e clang-format: Fix corner case in template detection. by Daniel Jasper · 10 years ago
  44. 45860fa clang-format: Fix formatting of ternary expressions with comments. by Daniel Jasper · 10 years ago
  45. b618a98 clang-format: Make AlignAfterOpenBracket also affect angle brackets. by Daniel Jasper · 10 years ago
  46. d27df3d clang-format: Fix incorrect pointer detection in lambdas in constructor by Daniel Jasper · 10 years ago
  47. e1a7b76 clang-format: Add option to disable string literal formatting. by Daniel Jasper · 10 years ago
  48. bb37a2f clang-format: Fix alignment of trailing multiline columns. by Daniel Jasper · 10 years ago
  49. 27f27818 Fix formatting of fully qualified names in array subscripts. by Manuel Klimek · 10 years ago
  50. a3cd2164 clang-format: Fix incorrectly enforced linebreak with ColumnLimit 0. by Daniel Jasper · 10 years ago
  51. 50780ce clang-format: [ObjC+JS] Allow bin-packing of array literals. by Daniel Jasper · 10 years ago
  52. dab5046 [clang-format] Fix comment aligning when there are changes within the comment by Benjamin Kramer · 10 years ago
  53. df51f2e6 clang-format: Fix overloading "operator," definitions more thoroughly. by Daniel Jasper · 10 years ago
  54. 06ca0fc clang-format: Slightly row back on r257257. by Daniel Jasper · 10 years ago
  55. 00693b08 clang-format: Fix incorrect line break in certain configurations. by Daniel Jasper · 10 years ago
  56. 804a276 clang-format: Support definitions/declarations of operator,. by Daniel Jasper · 10 years ago
  57. 7bec87c clang-format: Fix corner case in one-per-line formatting. by Daniel Jasper · 10 years ago
  58. 54353da clang-format: Support weird lambda macros. by Daniel Jasper · 10 years ago
  59. 411af72 clang-format: Fix corner case in "if it saves columns"-calculation. by Daniel Jasper · 10 years ago
  60. 0a58941 clang-format: Handle \n the same way as std::endl with stream operator. by Daniel Jasper · 10 years ago
  61. 801cdb2 clang-format: Avoid creating hanging indents in call sequences. by Daniel Jasper · 10 years ago
  62. 00492f9 clang-format: Improve line wrapping behavior in call sequences. by Daniel Jasper · 10 years ago
  63. 42011b2 clang-format: Fix corner case in builder-type call formatting. by Daniel Jasper · 10 years ago
  64. 5558207 clang-format: Align long braced init lists even if they are nested in by Daniel Jasper · 10 years ago
  65. 9c8a774 clang-format: Fix corner case for lambda assignments. by Daniel Jasper · 10 years ago
  66. 06a2695 clang-format: Fix corner-case in ObjC method declaration formatting by Daniel Jasper · 10 years ago
  67. e1afb9b clang-format: Slightly row back on r256343 by increasing penalty for by Daniel Jasper · 10 years ago
  68. a85c331 clang-format: Fix incorrect function type detection. by Daniel Jasper · 10 years ago
  69. 498f558 clang-format: [TableGen] Support ;-less include lines. by Daniel Jasper · 10 years ago
  70. 362a1bf clang-format: Lower penalty for breaking between array subscripts. by Daniel Jasper · 10 years ago
  71. 95516cd clang-format: Fix incorrect pointer detection. by Daniel Jasper · 10 years ago
  72. eb65e91 clang-format: Properly set the BlockKind for more blocks. by Daniel Jasper · 10 years ago
  73. 6bc7f97 Fix invalid enum comparison. by Zachary Turner · 10 years ago
  74. 448592e Support AlwaysBreakAfterReturnType by Zachary Turner · 10 years ago
  75. 870d1bc clang-format: Add test for AlignAfterOpenBracket = AlwaysBreak in C++. by Daniel Jasper · 10 years ago
  76. 96cbb50 clang-format: Extend Linux-brace-wrapping test. by Daniel Jasper · 10 years ago
  77. f901a57 clang-format: Make wrapping after "./->" cheaper, even if the element by Daniel Jasper · 10 years ago
  78. a0a5039 clang-format: Make it possible to turn off comment reflowing. by Daniel Jasper · 10 years ago
  79. a00de63 clang-format: treat Q_SIGNALS as an access modifier by Daniel Jasper · 10 years ago
  80. ec90e51 This fixes https://llvm.org/bugs/show_bug.cgi?id=25329, as well as by Daniel Jasper · 10 years ago
  81. 8e8b4fb clang-format: Re-add code path deleted in r253873 and add missing test. by Daniel Jasper · 10 years ago
  82. 9bb3001 clang-format: Fix incorrect cast detection. by Daniel Jasper · 10 years ago
  83. 253dad23 clang-format: If the template list of a variable declaration spans by Daniel Jasper · 10 years ago
  84. 7fa524b clang-format: Don't use incorrect space in macro calls with operators. by Daniel Jasper · 10 years ago
  85. da44677 clang-format: Enable #include sorting by default. by Daniel Jasper · 10 years ago
  86. 328085f Format: support inline namespaces by Saleem Abdulrasool · 10 years ago
  87. bd73bcf clang-format: Undo unwanted format change done in r251405. by Daniel Jasper · 10 years ago
  88. 6501f7e clang-format: Add an additional value to AlignAfterOpenBracket: AlwaysBreak. by Daniel Jasper · 10 years ago
  89. 74331d4 clang-format: Fix false positive in cast detection. by Daniel Jasper · 10 years ago
  90. 4d72449 clang-format: Fixed typecast getting put on a separate line from the by Daniel Jasper · 10 years ago
  91. 9cb1ac28 clang-format: Fixed missing space between Obj-C for/in and a typecast. by Daniel Jasper · 10 years ago
  92. 3982825 [clang-format] Stop alignment sequences on open braces and parens when by Daniel Jasper · 10 years ago
  93. 55bbe66 Make clang-format actually respect custom brace wrapping flags. by Daniel Jasper · 10 years ago
  94. 5af04a4 clang-format: Fix false ObjC block detection. by Daniel Jasper · 10 years ago
  95. 4bc013e clang-format: Understand array reference types. by Daniel Jasper · 10 years ago
  96. 0ea4d79 clang-format: Fix false positive in pointer/reference detection. by Daniel Jasper · 10 years ago
  97. 8ce1b8d clang-format: Make IncludeCategories configurable in .clang-format file. by Daniel Jasper · 10 years ago
  98. e12597c [clang-format] Add support of consecutive declarations alignment by Daniel Jasper · 10 years ago
  99. c1bc38e clang-format: Add a new brace style "custom" as well as flags to by Daniel Jasper · 10 years ago
  100. bbfd20d clang-format: Fix alignConsecutiveAssignments. by Daniel Jasper · 10 years ago