1. 5528cac [clang-format] tweaked another case of lambda formatting by Krasimir Georgiev · 7 years ago
  2. 6f40e21 clang-format: better handle statement macros by Francois Ferrand · 7 years ago
  3. be5cda8 [clang-format] Update comment, NFCI by Krasimir Georgiev · 7 years ago
  4. 54ff0df [clang-format] Fix typo in comment, NFCI by Krasimir Georgiev · 7 years ago
  5. 3315aed clang-format: [JS] conditional types. by Martin Probst · 7 years ago
  6. 370eff8 [clang-Format] Fix indentation of member call after block by Ilya Biryukov · 7 years ago
  7. 6f3778c clang-format: Fix formatting C++ namespaces with preceding 'inline' or 'export' specifier by Sam McCall · 7 years ago
  8. 6b475b7 [clang-format/ObjC] Improve split priorities for ObjC methods by Jacek Olesiak · 7 years ago
  9. 27a5579 [clang-format/ObjC] Fix counting selector name parts for ObjC by Jacek Olesiak · 7 years ago
  10. 9fc8faf Remove \brief commands from doxygen comments. by Adrian Prantl · 7 years ago
  11. b060ad8 [clang-format] Don't detect C++11 attribute specifiers as ObjC by Ben Hamilton · 8 years ago
  12. 9c5ac63 [clang-format] Fix text proto extension scope opening detection by Krasimir Georgiev · 8 years ago
  13. 4e290648 [clang-format] Support text proto extensions by Krasimir Georgiev · 8 years ago
  14. fb7f5c0 [clang-format] Fix ObjC message arguments formatting. by Jacek Olesiak · 8 years ago
  15. a79d62d [clang-format] Adds space around angle brackets in text protos by Krasimir Georgiev · 8 years ago
  16. 47867e3 Name two bool parameters. No behavior change. by Nico Weber · 8 years ago
  17. 89628f6 clang-format clang-format. by Manuel Klimek · 8 years ago
  18. e411aa8 Fix clang-format's detection of structured bindings. by Manuel Klimek · 8 years ago
  19. ceeb8b9 [clang-format] Add support for C++17 structured bindings. by Marek Kurdej · 8 years ago
  20. 9926abb clang-format: [JS] no whitespace between typeof operator and l_paren. by Martin Probst · 8 years ago
  21. a81dd0b clang-format: [JS] do not wrap after "readonly". by Martin Probst · 8 years ago
  22. 835ac9b [clang-format] Fix an uninitialized memory access by Krasimir Georgiev · 8 years ago
  23. 37a7f91 clang-format: [JS] space between pseudo keywords and template literals. by Martin Probst · 8 years ago
  24. 26b144c [clang-format] Support text proto messages by Krasimir Georgiev · 8 years ago
  25. ad72256 clang-format: add options to merge empty record body by Francois Ferrand · 8 years ago
  26. ff747be [clang-format] Support <>-style proto message fields by Krasimir Georgiev · 8 years ago
  27. 5f07f44 clang-format: Fix C99 designated initializers corner cases by Francois Ferrand · 8 years ago
  28. 4ef0370 clang-format: [JS] exponentiation operator by Martin Probst · 8 years ago
  29. 19c7de0 clang-format: [JS] prevent wraps before class members. by Martin Probst · 8 years ago
  30. 22b8d269 clang-format: [JS] allow breaking after non-null assertions. by Martin Probst · 9 years ago
  31. 0ef8ee1 [clang-format] Add option to break before inheritance separation operator in class declaration. by Andi-Bogdan Postelnicu · 9 years ago
  32. 98e0b12 clang-format: [JS] Improve line-wrapping behavior of template strings. by Daniel Jasper · 9 years ago
  33. 2108880 clang-format: don't break code using __has_include, PR31908 by Nico Weber · 9 years ago
  34. b6ccd38 [clang-format] Fix breaking of comment sections in unwrapped lines containing newlines. by Krasimir Georgiev · 9 years ago
  35. 24de6fb clang-format: [JS] Properly set scopes inside template strings. by Daniel Jasper · 9 years ago
  36. 7d42f3f [clang-format] Refactor WhitespaceManager and friends by Daniel Jasper · 9 years ago
  37. 7209bb9 clang-format: Keep string-literal-label + value pairs on a line. by Daniel Jasper · 9 years ago
  38. 72fd75a clang-format: [JS] do not break after declare namespace. by Martin Probst · 9 years ago
  39. 1b7f980 clang-format: [JS] recognize more type locations. by Martin Probst · 9 years ago
  40. 7ea9b6d clang-format: [JS] Support shebang lines on the very first line. by Martin Probst · 9 years ago
  41. 1244ecb clang-format: [JS] FormatToken.startsSequence/endsSequence. by Martin Probst · 9 years ago
  42. c4a0dd4 clang-format: [JS] sort ES6 imports. by Martin Probst · 9 years ago
  43. 5f8445b clang-format: [JS] generator and async functions. by Martin Probst · 9 years ago
  44. 8fc7a1e clang-format: [JS] do not wrap ES6 imports/exports. by Daniel Jasper · 10 years ago
  45. 91b1d1a clang-format: [JS] no space in union and intersection types. by Daniel Jasper · 10 years ago
  46. b7fda11 clang-format: [JS] Support for (.. of ..) loops. by Daniel Jasper · 10 years ago
  47. 00492f9 clang-format: Improve line wrapping behavior in call sequences. by Daniel Jasper · 10 years ago
  48. 779c66f clang-format: [JS] Support TypeScript 1.6 user defined type guards. by Daniel Jasper · 10 years ago
  49. a00de63 clang-format: treat Q_SIGNALS as an access modifier by Daniel Jasper · 10 years ago
  50. d8d9839 clang-format: [Proto] Support extending message. by Daniel Jasper · 10 years ago
  51. bd73bcf clang-format: Undo unwanted format change done in r251405. by Daniel Jasper · 10 years ago
  52. 9f642f7 clang-format: [JS] handle let (ES6) by Daniel Jasper · 10 years ago
  53. 4f11349 clang-format: In Java, `assert` is followed by an expression. by Nico Weber · 10 years ago
  54. 5d7f06f clang-format: Make formatting of member function reference qualifiers by Daniel Jasper · 10 years ago
  55. d788457 clang-format: Don't remove space between #elif and parentheses. by Daniel Jasper · 10 years ago
  56. 67d81c8 clang-format: Print token type name instead of number in -debug output by Birunthan Mohanathas · 10 years ago
  57. b001a0b clang-format: Add MacroBlock{Begin,End} options by Birunthan Mohanathas · 10 years ago
  58. e6fcf7d clang-format: clang-format (NFC) by Daniel Jasper · 10 years ago
  59. 8c42d44 clang-format: [JS] Support ES6 computed property names. by Daniel Jasper · 10 years ago
  60. 79e0608 clang-format: [JS] Better support for fat arrows. by Manuel Klimek · 10 years ago
  61. 47bbda0 clang-format: Improve detection of macros annotating functions. by Daniel Jasper · 10 years ago
  62. f090f03 clang-format: Support function annotations in macros. by Daniel Jasper · 10 years ago
  63. 015c7a9 clang-format: Support aligning ObjC string literals. by Daniel Jasper · 10 years ago
  64. 173504e clang-format: Improve wrapping of << operators. by Daniel Jasper · 10 years ago
  65. c636607 clang-format: Preserve line break before } in __asm { ... }. by Daniel Jasper · 10 years ago
  66. 66cb8c5 clang-format: NFC: Delete FormatToken::IsForEachMacro. Use a TokenType instead. by Daniel Jasper · 10 years ago
  67. 3cea45d clang-format: NFC: Use default member initializers and other cleanups. by Daniel Jasper · 10 years ago
  68. de7ca75 clang-format: Force aligning different brackets relative to each other. by Daniel Jasper · 10 years ago
  69. ee4a8a1 clang-format: Fix for #pragma option formatting. by Daniel Jasper · 10 years ago
  70. a74f507 clang-format: [JS] support optionality markers in JS types. by Daniel Jasper · 10 years ago
  71. 5339540 clang-format: Fix regression formatting QT's "signals:" from r234318. by Daniel Jasper · 10 years ago
  72. 05cd929 clang-format: Force line break in trailing calls after multline exprs. by Daniel Jasper · 11 years ago
  73. a0ef4f3 clang-format: [js] Support template strings. by Daniel Jasper · 11 years ago
  74. 354aa51 clang-format: [js] Support ES6 module imports. by Daniel Jasper · 11 years ago
  75. b10bdff clang-format: [JS] Support type annotations. by Daniel Jasper · 11 years ago
  76. abc1892 Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; Clang edition. by Aaron Ballman · 11 years ago
  77. c5bc3cd Format: Make FormatToken's isOneOf a variadic template by Benjamin Kramer · 11 years ago
  78. fac2371 clang-format: Add support for SEH __try / __except / __finally blocks. by Nico Weber · 11 years ago
  79. ed50166 clang-format: [Java] Detect `native` keyword. by Nico Weber · 11 years ago
  80. 11a0ac6 clang-format: Revamp nested block formatting. by Daniel Jasper · 11 years ago
  81. 31f6c54 clang-format: Support NS_OPTIONS, CF_ENUM and CF_OPTIONS. by Daniel Jasper · 11 years ago
  82. 9b9e076 clang-format: [Java] Don't line-wrap package declarations. by Daniel Jasper · 11 years ago
  83. a98b7b0 clang-format: Refactoring. by Daniel Jasper · 11 years ago
  84. 484ee9b Reverting r222638; it broke the MSVC build bots because Visual Studio 2012 does not support variadic templates. Also reverting r222641 because it was relying on 222638. by Aaron Ballman · 11 years ago
  85. 325e486 clang-format: [Java] Treat 'instanceof' like other binary operators. by Daniel Jasper · 11 years ago
  86. 7198b0c clang-format: Refactoring. by Daniel Jasper · 11 years ago
  87. 82c9275 clang-format: [Java] Support more Java keywords. by Daniel Jasper · 11 years ago
  88. 8354ea8 clang-format: [Java] Basic lambda support. by Daniel Jasper · 11 years ago
  89. a644d7f clang-format: [Java] Never treat @interface as annotation. by Nico Weber · 11 years ago
  90. d0ec0d6 clang-format: Use identifier table for keywords in other languages. by Daniel Jasper · 11 years ago
  91. e9ab42d clang-format: [Java] Improve line breaks around annotations. by Daniel Jasper · 11 years ago
  92. fab69ff clang-format: [Java] Wrap after each function annotation. by Daniel Jasper · 11 years ago
  93. da07a72 clang-format: Prefer breaking before trailing return arrows. by Daniel Jasper · 11 years ago
  94. 610381f clang-format: Improve handling of block comments in braced lists. by Daniel Jasper · 11 years ago
  95. 2f5db8b Header guard canonicalization, clang part. by Benjamin Kramer · 11 years ago
  96. 78b19499 clang-format: Correct SBPO_Always-behavior after function-like keywords by Daniel Jasper · 11 years ago
  97. 85bcadc clang-format: Fix behavior around pointer-to-member invocations. by Daniel Jasper · 11 years ago
  98. 4355e7f clang-format: Revamp function declaration/definition indentation. by Daniel Jasper · 11 years ago
  99. 17062ff clang-format: [JS] Treat dict literals similar to objc method exprs. by Daniel Jasper · 11 years ago
  100. 114a2bc clang-format: Refactor indentation behavior for multiple nested blocks. by Daniel Jasper · 11 years ago