1. 635423e Addressed reviewer's post-submission comments from http://reviews.llvm.org/D18551. by Eric Liu · 10 years ago
  2. 5f8445b clang-format: [JS] generator and async functions. by Martin Probst · 10 years ago
  3. 710f849 clang-format: Slightly weaken AlignAfterOpenBracket=AlwaysBreak. by Daniel Jasper · 10 years ago
  4. 04b4e10 clang-format: Correctly apply wrap before multi-line RHS rule to by Daniel Jasper · 10 years ago
  5. 602a727 clang-format: Make indentation after "<<" more consistent. by Daniel Jasper · 10 years ago
  6. 2a9f720 clang-format: Fix weird alignment when not aligning after brackets. by Daniel Jasper · 10 years ago
  7. 0c9772e clang-format: Fix corner case in template detection. by Daniel Jasper · 10 years ago
  8. 45860fa clang-format: Fix formatting of ternary expressions with comments. by Daniel Jasper · 10 years ago
  9. b618a98 clang-format: Make AlignAfterOpenBracket also affect angle brackets. by Daniel Jasper · 10 years ago
  10. e1a7b76 clang-format: Add option to disable string literal formatting. by Daniel Jasper · 10 years ago
  11. 15b01116d clang-format: [Java] Remove unnecessary line break after complex annotations by Daniel Jasper · 10 years ago
  12. a3cd2164 clang-format: Fix incorrectly enforced linebreak with ColumnLimit 0. by Daniel Jasper · 10 years ago
  13. 50780ce clang-format: [ObjC+JS] Allow bin-packing of array literals. by Daniel Jasper · 10 years ago
  14. 06ca0fc clang-format: Slightly row back on r257257. by Daniel Jasper · 10 years ago
  15. 2802456 clang-format: [JS] Improve line-flow when calling functions on array literals. by Daniel Jasper · 10 years ago
  16. 00693b08 clang-format: Fix incorrect line break in certain configurations. by Daniel Jasper · 10 years ago
  17. 804a276 clang-format: Support definitions/declarations of operator,. by Daniel Jasper · 10 years ago
  18. 7bec87c clang-format: Fix corner case in one-per-line formatting. by Daniel Jasper · 10 years ago
  19. 411af72 clang-format: Fix corner case in "if it saves columns"-calculation. by Daniel Jasper · 10 years ago
  20. 0a58941 clang-format: Handle \n the same way as std::endl with stream operator. by Daniel Jasper · 10 years ago
  21. 801cdb2 clang-format: Avoid creating hanging indents in call sequences. by Daniel Jasper · 10 years ago
  22. 00492f9 clang-format: Improve line wrapping behavior in call sequences. by Daniel Jasper · 10 years ago
  23. 06a2695 clang-format: Fix corner-case in ObjC method declaration formatting by Daniel Jasper · 10 years ago
  24. ccff4d1 clang-format: [Proto] Improve wrapping of message field attributes. by Daniel Jasper · 10 years ago
  25. 448592e Support AlwaysBreakAfterReturnType by Zachary Turner · 10 years ago
  26. a0a5039 clang-format: Make it possible to turn off comment reflowing. by Daniel Jasper · 10 years ago
  27. 253dad23 clang-format: If the template list of a variable declaration spans by Daniel Jasper · 10 years ago
  28. bd73bcf clang-format: Undo unwanted format change done in r251405. by Daniel Jasper · 10 years ago
  29. 6501f7e clang-format: Add an additional value to AlignAfterOpenBracket: AlwaysBreak. by Daniel Jasper · 10 years ago
  30. 7b259cd clang-format: Don't let a leading "template <..>" lead to wrapped initializers. by Daniel Jasper · 10 years ago
  31. 100ffc6 clang-format: Be more conservative about specially indenting blocks in C++. by Daniel Jasper · 10 years ago
  32. 3c44c22 clang-format: Respect IndentWrappedFunctionNames when aligning colons by Daniel Jasper · 10 years ago
  33. 525579d clang-format: Fix return type breaking with overloaded operator functions by Birunthan Mohanathas · 10 years ago
  34. ea40cee clang-format: Fix formatting of multiple lambdas in initializers. by Daniel Jasper · 10 years ago
  35. b2328b1 clang-format: [JS] Prevent confusing TypeScript parameters wraps. by Daniel Jasper · 10 years ago
  36. a0388a8 clang-format: Add option to break after definition return type for top-level functions only by Birunthan Mohanathas · 10 years ago
  37. 739b85f clang-format: Don't indent relative to unary operators (some more). by Daniel Jasper · 10 years ago
  38. 9fb676a clang-format: Make exception to AlwaysBreakBeforeMultilineStrings more by Daniel Jasper · 10 years ago
  39. 1bf729c clang-format: Row back on the AlwaysBreakBeforeMultilineStrings change. by Daniel Jasper · 10 years ago
  40. ed3f395 clang-format: [JS] Add a special case for indenting function literals. by Daniel Jasper · 10 years ago
  41. 2aaedd3 clang-format: Make AlwaysBreakBeforeMultilineStrings more conservative. by Daniel Jasper · 10 years ago
  42. e6fcf7d clang-format: clang-format (NFC) by Daniel Jasper · 10 years ago
  43. b2ad4d4 clang-format: [JS] Tweak behavior for multiline array initializer parameters by Daniel Jasper · 10 years ago
  44. 6f2b88a clang-format: More eagerly wrap trailing return types. by Daniel Jasper · 11 years ago
  45. 5962fa8 clang-format: Properly reset BreakBeforeParameter when wrapping by Daniel Jasper · 11 years ago
  46. 199d0c9 clang-format: [JS] Fix incorrect line length calculation. by Daniel Jasper · 11 years ago
  47. 1699eca clang-format: [JS] Making arrow function wrapping more consistent. by Daniel Jasper · 11 years ago
  48. 3e0dcc2 clang-format: [JS] Fix incorrect detection of ternary expressions. by Daniel Jasper · 11 years ago
  49. 0843434 clang-format: Guard the bin-packing in braced lists on BinPackArguments by Daniel Jasper · 11 years ago
  50. 47bbda0 clang-format: Improve detection of macros annotating functions. by Daniel Jasper · 11 years ago
  51. f090f03 clang-format: Support function annotations in macros. by Daniel Jasper · 11 years ago
  52. 0928553 clang-format: Properly align ObjC string literals. by Daniel Jasper · 11 years ago
  53. c4144ea clang-format: Improve nested block / lambda indentation when wrapping by Daniel Jasper · 11 years ago
  54. a2a4d9c clang-format: [ObjC] Make IndentWrappedFunctionNames work with ObjC functions by Daniel Jasper · 11 years ago
  55. 015c7a9 clang-format: Support aligning ObjC string literals. by Daniel Jasper · 11 years ago
  56. 173504e clang-format: Improve wrapping of << operators. by Daniel Jasper · 11 years ago
  57. 9c95013 clang-format: Improve r236597, Properly indent method calls without inputs. by Daniel Jasper · 11 years ago
  58. 2746a30 clang-format: Fix bad wrapping of ObjC method exprs. by Daniel Jasper · 11 years ago
  59. eb53668 clang-format: Properly indent method calls without inputs. by Daniel Jasper · 11 years ago
  60. de7ca75 clang-format: Force aligning different brackets relative to each other. by Daniel Jasper · 11 years ago
  61. 775954b clang-format: Don't wrap after short first segments of builder calls. by Daniel Jasper · 11 years ago
  62. 289afc0 clang-format: Support nested block formatting with ColumnLimit=0. by Daniel Jasper · 11 years ago
  63. acf67e3 clang-format: Improve nested block formatting. by Daniel Jasper · 11 years ago
  64. 9dedc775 clang-format: Indent relative to the ./-> and not the function name. by Daniel Jasper · 11 years ago
  65. 05cd929 clang-format: Force line break in trailing calls after multline exprs. by Daniel Jasper · 11 years ago
  66. 55ca608 clang-format: [OBJC] Don't indent 8 spaces in method declarations. by Daniel Jasper · 11 years ago
  67. b754a74 clang-format: When putting */& next to types, also wrap before them. by Daniel Jasper · 11 years ago
  68. 98f8ae3 clang-format: Slightly change indentation rules in for loops. by Daniel Jasper · 11 years ago
  69. b812e32 clang-format: Make braced list formatting more consistent. by Daniel Jasper · 11 years ago
  70. 6996312 clang-format: Don't force a break after "endl" if everything fits on one line. by Daniel Jasper · 11 years ago
  71. d97d5d5 clang-format: Fix crasher. by Daniel Jasper · 11 years ago
  72. 30526e7 clang-format: Fix incorrect handling of leading whitespace. by Daniel Jasper · 11 years ago
  73. 6fd5d64 clang-format: Fix AlwaysBreakBeforeMultilineStrings with ColumnLimit=0 by Daniel Jasper · 11 years ago
  74. 675b4f8 clang-format: Fix clang-format crash on invalid code. by Daniel Jasper · 11 years ago
  75. b1567c1 clang-format: Remove assert that isn't helpful. by Daniel Jasper · 11 years ago
  76. d6a1cab clang-format: Improve format of lambdas in ctor initializers. by Daniel Jasper · 11 years ago
  77. beb0393 clang-format: [Java] Support formatting qualified annotations. by Nico Weber · 11 years ago
  78. 428f0b1 clang-format: Re-enable comment re-indentation for Java/JS. by Daniel Jasper · 11 years ago
  79. 732b6bd Don't break single-line raw string literals. by Alexander Kornienko · 11 years ago
  80. ff2437f Don't break string literals in Java and JavaScript. by Alexander Kornienko · 11 years ago
  81. 11a0ac6 clang-format: Revamp nested block formatting. by Daniel Jasper · 11 years ago
  82. 24a1477 clang-format: Remove a few else after return statements. by Daniel Jasper · 11 years ago
  83. a536df4 clang-format: Indent correctly in conditional expressions after return. by Daniel Jasper · 11 years ago
  84. 211e132 clang-format: [Java] Always break after annotations of multiline decls. by Daniel Jasper · 11 years ago
  85. 3219e43 clang-format: Add option to suppress operator alignment. by Daniel Jasper · 11 years ago
  86. 8c6e9ef clang-format: precedence-based indentation when breaking before operators. by Daniel Jasper · 11 years ago
  87. a98b7b0 clang-format: Refactoring. by Daniel Jasper · 11 years ago
  88. 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
  89. 7198b0c clang-format: Refactoring. by Daniel Jasper · 11 years ago
  90. 616de864 clang-format: [JS] Support Closure's module statements. by Daniel Jasper · 11 years ago
  91. 4b44449 clang-format: Use nested block special case for all languages. by Daniel Jasper · 11 years ago
  92. 6cab678 clang-format: [Java] Don't align after "return". by Daniel Jasper · 11 years ago
  93. 3aa9a6a clang-format: Add option to disable alignment after opening brackets by Daniel Jasper · 11 years ago
  94. 6c0ee17 clang-format: Improve function parameter packing. by Daniel Jasper · 11 years ago
  95. 119ff53 clang-format: Improve indentation of comments in expressions. by Daniel Jasper · 11 years ago
  96. e551bb7 Revert "clang-format: [js] Updates to Google's JavaScript style." by Daniel Jasper · 11 years ago
  97. d0ec0d6 clang-format: Use identifier table for keywords in other languages. by Daniel Jasper · 11 years ago
  98. 39af6cd clang-format: [Java] Fix class declaration formatting. by Daniel Jasper · 11 years ago
  99. 50b4bd7 clang-format: [Java] Don't break after extends/implements. by Daniel Jasper · 11 years ago
  100. e9ab42d clang-format: [Java] Improve line breaks around annotations. by Daniel Jasper · 11 years ago