1. b9b1867 clang-format/java: Unbreak genenrics formatting after r299952. by Nico Weber · 8 years ago
  2. 30cd301 [clang-format] Adjust space around &/&& of structured bindings by Chih-Hung Hsieh · 8 years ago
  3. e8eba37 clang-format/java: Always put space after `assert` keyword. by Nico Weber · 8 years ago
  4. 89628f6 clang-format clang-format. by Manuel Klimek · 8 years ago
  5. e411aa8 Fix clang-format's detection of structured bindings. by Manuel Klimek · 8 years ago
  6. 103a7b5 clang-format: [JS] wrap and indent `goog.setTestOnly` calls. by Martin Probst · 8 years ago
  7. ceeb8b9 [clang-format] Add support for C++17 structured bindings. by Marek Kurdej · 8 years ago
  8. 7b85a19 clang-format: Fix formatting of for loops with multiple increments. by Daniel Jasper · 8 years ago
  9. 81341d7 [clang-format] Fixed typedef enum brace wrapping by Krasimir Georgiev · 8 years ago
  10. 325ff7c clang-format: [JS] wrap optional properties in type aliases. by Martin Probst · 8 years ago
  11. 83e0220 clang-format: [JS] do not insert whitespace in call positions. by Martin Probst · 8 years ago
  12. 9b5a89b clang-format: Fix left pointer alignment after delctype/typeof by Krasimir Georgiev · 8 years ago
  13. 58933c5 [clang-format] let PointerAlignment dictate spacing of function ref qualifiers by Jacob Bandes-Storch · 8 years ago
  14. 0fb46bb clang-format: [JS] fix union type spacing in object & array types. by Martin Probst · 8 years ago
  15. 9926abb clang-format: [JS] no whitespace between typeof operator and l_paren. by Martin Probst · 8 years ago
  16. cde9815 clang-format: [JS] prefer wrapping chains over empty literals. by Martin Probst · 8 years ago
  17. 22e00f0 clang-format: [JS] whitespace between keywords and parenthesized expressions. by Martin Probst · 8 years ago
  18. ec36326 clang-format: [JS] handle union types in arrow functions. by Martin Probst · 8 years ago
  19. db51cc5 clang-format: [JS] consistenly format enums. by Martin Probst · 8 years ago
  20. cb870c5 clang-format: [JS] handle object types in extends positions. by Martin Probst · 8 years ago
  21. 3e05105 [clang-format] Fix comment levels between '} else {' and PPDirective. by Krasimir Georgiev · 8 years ago
  22. 06b575c Fix dereference of pointers in throw statements. by Manuel Klimek · 8 years ago
  23. e092634 [clang-format] Keep level of comment before an empty line by Krasimir Georgiev · 8 years ago
  24. a81dd0b clang-format: [JS] do not wrap after "readonly". by Martin Probst · 8 years ago
  25. 47f21ef [clang-format] Add space between a message field key and the opening bracket in proto messages by Krasimir Georgiev · 8 years ago
  26. 37a7f91 clang-format: [JS] space between pseudo keywords and template literals. by Martin Probst · 8 years ago
  27. 29e0a99 Revert "clang-format: [JS] space between pseudo keywords and template literals." by Martin Probst · 8 years ago
  28. 26b144c [clang-format] Support text proto messages by Krasimir Georgiev · 8 years ago
  29. bd1eb12 clang-format: [JS] space between pseudo keywords and template literals. by Martin Probst · 8 years ago
  30. feeba61 [clang-format] Fix parsing of msg{field}-style proto options by Krasimir Georgiev · 8 years ago
  31. ff747be [clang-format] Support <>-style proto message fields by Krasimir Georgiev · 8 years ago
  32. d3f0e3d clang-format: introduce InlineOnly short function style by Francois Ferrand · 8 years ago
  33. 5f07f44 clang-format: Fix C99 designated initializers corner cases by Francois Ferrand · 8 years ago
  34. 6a7d5a7 clang-format: Handle "if constexpr". by Daniel Jasper · 8 years ago
  35. d96a052 clang-format: [JS] recognize exported type definitions. by Martin Probst · 8 years ago
  36. a6b6d51 clang-format: Introduce BreakConstructorInitializers option by Francois Ferrand · 8 years ago
  37. ab60acb clang-format: [JS] avoid line breaks before unindented r_parens. by Martin Probst · 8 years ago
  38. 9976efa clang-format: Allow customizing the penalty for breaking assignment by Francois Ferrand · 8 years ago
  39. 8bf0868 [Format] Add curly braces to suppress a -Wmisleading-indentation warning from gcc. by Craig Topper · 8 years ago
  40. a1c3093 [clang-format] Handle trailing comment sections in import statement lines by Krasimir Georgiev · 8 years ago
  41. a050f41 clang-format: [JS] for await, and fix a crash with for loops. by Martin Probst · 8 years ago
  42. 994b6c9 [clang-format] Make NoLineBreakFormatter respect MustBreakBefore by Krasimir Georgiev · 8 years ago
  43. bd49e32 clang-format: [JS] for async loops. by Martin Probst · 8 years ago
  44. 2c1cdae JavaScript allows parameter lists to include trailing commas: by Martin Probst · 8 years ago
  45. 82b3d90 clang-format: [JS] fix non-null assertion operator recognition. by Martin Probst · 8 years ago
  46. 79f9c5f clang-format: [JS] support non-null assertions after all identifiers. by Martin Probst · 8 years ago
  47. ad06391 clang-format: [JS/Java] ignore Objective-C constructs in JS & Java. by Martin Probst · 9 years ago
  48. 07a0307 formatting by Martin Probst · 9 years ago
  49. 19c7de0 clang-format: [JS] prevent wraps before class members. by Martin Probst · 9 years ago
  50. 47d58ea clang-format: Properly match parens of macro parameter lists. by Daniel Jasper · 9 years ago
  51. d4fa2e6 [clang-format] Handle NSString literals by merging tokens. by Alexander Kornienko · 9 years ago
  52. c4a3d08 clang-format: [JS] fix whitespace around "of" operator. by Martin Probst · 9 years ago
  53. 1dbc210 clang-format: Fix post-commit review comment of r299204, use Style.isCpp(). by Daniel Jasper · 9 years ago
  54. c9c51c4 [clang-format] disable adding extra space after MSVC '__super' keyword by Martin Probst · 9 years ago
  55. c79e4d2 clang-format: Make it very slighly more expensive to wrap between "= {". by Daniel Jasper · 9 years ago
  56. 22b8d269 clang-format: [JS] allow breaking after non-null assertions. by Martin Probst · 9 years ago
  57. b98ab89 clang-format: [JS] do not wrap after interface and type. by Martin Probst · 9 years ago
  58. 0ef8ee1 [clang-format] Add option to break before inheritance separation operator in class declaration. by Andi-Bogdan Postelnicu · 9 years ago
  59. 628dd85 clang-format: Get slightly better at understanding */&. by Daniel Jasper · 9 years ago
  60. 6732989 [clang-format] Fixed indent issue when adding a comment at the end of a return type in named function declaration. by Andi-Bogdan Postelnicu · 9 years ago
  61. 893b8ad clang-format: [JS] Properly format object literals with shorthands. by Daniel Jasper · 9 years ago
  62. 01b8783 clang-format: [JS/TS] Properly understand cast expressions. by Daniel Jasper · 9 years ago
  63. e154020 clang-format: [Java] Fix bug in enum formatting. by Daniel Jasper · 9 years ago
  64. 20371c3 clang-format: [JS] whitespace after async in arrow functions. by Martin Probst · 9 years ago
  65. d96ae86 clang-format: Fix many Objective-C formatting regressions from r289428 by Nico Weber · 9 years ago
  66. 98e0b12 clang-format: [JS] Improve line-wrapping behavior of template strings. by Daniel Jasper · 9 years ago
  67. 3d934d3 clang-format: [JS/TS] Improve detection for array subscripts in types. by Daniel Jasper · 9 years ago
  68. 23c2b5a clang-format: Don't remove existing spaces between identifier and ::. by Daniel Jasper · 9 years ago
  69. 2108880 clang-format: don't break code using __has_include, PR31908 by Nico Weber · 9 years ago
  70. 697a8ec clang-format: Fix bad variable declaration detection. by Daniel Jasper · 9 years ago
  71. 8e3eba0 clang-format: [JS] correcly format object literal methods. by Martin Probst · 9 years ago
  72. 2db1b4a clang-format: Fix bug with conflicting BreakBeforeBinaryOperations and AlignAfterOpenBracket by Daniel Jasper · 9 years ago
  73. c06f6da clang-format: [JS] Fix bugs in parsing and aligning template strings. by Daniel Jasper · 9 years ago
  74. da910e0 clang-format: [Proto] Also supports implicit string literal concatenation by Daniel Jasper · 9 years ago
  75. 24de6fb clang-format: [JS] Properly set scopes inside template strings. by Daniel Jasper · 9 years ago
  76. f201929 clang-format: [JS] Fix incorrect line break in template strings. by Daniel Jasper · 9 years ago
  77. 7d42f3f [clang-format] Refactor WhitespaceManager and friends by Daniel Jasper · 9 years ago
  78. 9183422 [clang-format] Implement comment reflowing. by Krasimir Georgiev · 9 years ago
  79. c941e7d clang-format: Improve support for override/final as variable names. by Daniel Jasper · 9 years ago
  80. 2388861 clang-format: Less eagerly try to keep label-value pairs on a line. by Daniel Jasper · 9 years ago
  81. f789f05 clang-format: Fix bug in understanding string-label&value analysis. by Daniel Jasper · 9 years ago
  82. 7aacf46 clang-format: Slightly tweak the behavior of <<-wrapping. by Daniel Jasper · 9 years ago
  83. 7209bb9 clang-format: Keep string-literal-label + value pairs on a line. by Daniel Jasper · 9 years ago
  84. 03a04fe clang-format: Separate out a language kind for ObjC. by Daniel Jasper · 9 years ago
  85. e98e581 clang-format: [JS] Properly format dict literals that skip labels. by Daniel Jasper · 9 years ago
  86. fd36f0b clang-format: Support ObjC selectors with unnamed parameters. by Daniel Jasper · 9 years ago
  87. b2673a1 [clang-format] Fix PR30527: Regression when clang-format insert spaces in [] when in template by Nico Weber · 9 years ago
  88. e19acaa drop kw_module from ASI protection block by Martin Probst · 9 years ago
  89. 72fd75a clang-format: [JS] do not break after declare namespace. by Martin Probst · 9 years ago
  90. 8315ea1 clang-format: [TypeScript] Fix bug in handling of non-null operator. by Daniel Jasper · 9 years ago
  91. a432208 clang-format: Better support for CUDA's triple brackets. by Daniel Jasper · 9 years ago
  92. 28b4d51 clang-format: Fix bug in function reference qualifier detection. by Daniel Jasper · 9 years ago
  93. d0d27aa clang-format: Fix incorrect pointer detection. by Daniel Jasper · 9 years ago
  94. b559b43 clang-format: [JS] Fix incorrect space when "as" is used as identifier. by Daniel Jasper · 9 years ago
  95. 3ade3be clang-format: Fix incorrect binary operator detection. by Daniel Jasper · 9 years ago
  96. 71e50af clang-format: [JS] Fix formatting of generator functions. by Daniel Jasper · 9 years ago
  97. 4d67dd7 clang-format: [JS] Fix space when for is used as regular identifier. by Daniel Jasper · 9 years ago
  98. fda47cd Skip over AnnotatedLines with >50 levels of nesting; don't format them. by Daniel Jasper · 9 years ago
  99. eb88663 clang-format: [JS] Fix missing space after 'yield'. by Daniel Jasper · 9 years ago
  100. 5d8cdb8 [Format] Cleanup after replacing constructor body with = default by Malcolm Parsons · 9 years ago