1. 514ecc8 clang-format: Let chromium style inherit google style's javascript tweaks. by Nico Weber · 12 years ago
  2. 86fee2f clang-format: (JavaScript) Don't crash on empty string literals. by Daniel Jasper · 12 years ago
  3. e9beea2 clang-format: Add support for a space after @property by Daniel Jasper · 12 years ago
  4. a55544a clang-format: Leave 2 empty lines in Google's JavaScript style. by Daniel Jasper · 12 years ago
  5. 7052ce6 clang-format: Better support and testing for protocol buffers. by Daniel Jasper · 12 years ago
  6. b2e10a5 clang-format: Fixed formatting of JavaScript container literals by Daniel Jasper · 12 years ago
  7. 5553d0d Sort all the #include lines with LLVM's utils/sort_includes.py which by Chandler Carruth · 12 years ago
  8. ce9161a Added an option to avoid splitting certain kinds of comments into lines. by Alexander Kornienko · 12 years ago
  9. ba5b4dc Fix and reword some typos by Alp Toker · 12 years ago
  10. 234379f clang-format: (WebKit) Disallow 1-line constructors with initializers. by Daniel Jasper · 12 years ago
  11. 19a541e clang-format: Increase penalty for breaking comments. by Daniel Jasper · 12 years ago
  12. bad63ae clang-format: Don't adapt local format to macros. by Daniel Jasper · 12 years ago
  13. a594ba8 Always break before the colon in constructor initializers, when by Alexander Kornienko · 12 years ago
  14. 3a33f02 Implemented GNU-style formatting for compound statements. by Alexander Kornienko · 12 years ago
  15. 763ec2ba Remove IndentBlocks, which sneaked winto the previous commit by Alexander Kornienko · 12 years ago
  16. fe7a57f Early attempts to format in GNU style. by Alexander Kornienko · 12 years ago
  17. c1637f1 Allow predefined styles to define different options for different languages. by Alexander Kornienko · 12 years ago
  18. 6d2c88e Trivial change: added 'using clang::format::FormatStyle;' by Alexander Kornienko · 12 years ago
  19. fdca83d Support GNU style rule to put a space before opening parenthesis. by Alexander Kornienko · 12 years ago
  20. ecc232d Fix the regression caused by r196378 by Alexander Kornienko · 12 years ago
  21. 31e9554 Leave constructor initializer lists on one line in styles with no column limit. by Alexander Kornienko · 12 years ago
  22. bc4ae44 Added an option to specify fallback style. by Alexander Kornienko · 12 years ago
  23. 0e81f1a clang-format: Fix excessive formatting caused by r195954. by Daniel Jasper · 12 years ago
  24. cabdd73 Added LanguageStandard::LS_JavaScript to gate all JS-specific parsing. by Alexander Kornienko · 12 years ago
  25. 38c8240 clang-format: Extends formatted ranges to subsequent lines comments. by Daniel Jasper · 12 years ago
  26. 9c19956 clang-format: Improve selective formatting of nested statements. by Daniel Jasper · 12 years ago
  27. 5877bf1 clang-format: Fix formatting of empty files (fixes c-index-tests). by Daniel Jasper · 12 years ago
  28. 5500f61 clang-format: Refactor calculation of lines intersecting with -lines. by Daniel Jasper · 12 years ago
  29. 9aa6240 Better implementation of JavaScript === and !== operators. by Alexander Kornienko · 12 years ago
  30. 3cfa973 Added an option to allow short function bodies be placed on a single line. by Alexander Kornienko · 12 years ago
  31. c302161 Refactoring: replaced (*(I + x)) with I[x]. by Alexander Kornienko · 12 years ago
  32. 393e308 Correctly mark first token in the presence of UTF-8 BOM. by Alexander Kornienko · 12 years ago
  33. 98fb6e1 clang-format: Don't auto-break short macros in WebKit style. by Daniel Jasper · 12 years ago
  34. 165b29e clang-format: Make breaking before ternary operators configurable. by Daniel Jasper · 12 years ago
  35. 56f8b43 clang-format: Separate line-merging logic into its own class. by Daniel Jasper · 12 years ago
  36. bbf5c1c clang-format: Allow line merging and partial formatting of nested blocks by Daniel Jasper · 12 years ago
  37. dd978ae clang-format: Option to control spacing in template argument lists. by Daniel Jasper · 12 years ago
  38. 1a3605c I am about to change llvm::MemoryBuffer::getFile take take a Twine. Change by Rafael Espindola · 12 years ago
  39. 33b909c clang-format: Adapt line break penalties for LLVM style. by Daniel Jasper · 12 years ago
  40. dcd5da1 clang-format: Fix formatting of nested blocks after comment. by Daniel Jasper · 12 years ago
  41. fbc057e clang-format: Be more aggressive on incorrect code. by Daniel Jasper · 12 years ago
  42. 6633ab8 clang-format: Make continuation indent width configurable. by Daniel Jasper · 12 years ago
  43. e2e0387 Keep track of indentation levels in static initializers for correct indentation with tabs. by Alexander Kornienko · 12 years ago
  44. fba84ff clang-format: No space in "<::" in C++11 mode. by Daniel Jasper · 12 years ago
  45. 71814b4 Support formatting of preprocessor branches. by Manuel Klimek · 12 years ago
  46. 877615c clang-format: Don't remove 'unknown' tokens. by Daniel Jasper · 12 years ago
  47. 320997e clang-format: Remove empty lines after visibility modifiers. by Daniel Jasper · 12 years ago
  48. d544aa7 Moving style option formatting to libFormat by Edwin Vane · 12 years ago
  49. 3c3d09c Implemented tab usage only for indentation (http://llvm.org/PR17363) by Alexander Kornienko · 12 years ago
  50. d94bff3 clang-format: Option to removing the space before assignment operators. by Daniel Jasper · 12 years ago
  51. 81e3294 When in pre-c++11 mode, treat _T("xxx") as a single string literal, repeat the _T() part around each fragment. This addresses http://llvm.org/PR17122 by Alexander Kornienko · 12 years ago
  52. 015ed02 clang-format: Fix incorrect enum parsing / layouting. by Daniel Jasper · 12 years ago
  53. 9e649af Support for CR LF newlines. by Alexander Kornienko · 12 years ago
  54. 917f9e0 Correctly calculate OriginalColumn after multi-line tokens. by Alexander Kornienko · 12 years ago
  55. 39856b7 Calculate and store ColumnWidth instead of CodePointCount in FormatTokens. by Alexander Kornienko · 12 years ago
  56. 9b246e0 clang-format: Keep empty lines and format 1-line nested blocks. by Daniel Jasper · 12 years ago
  57. 9ab4a77 Don't remove trailing escaped newline from line comments. by Alexander Kornienko · 12 years ago
  58. 36c28ce clang-format: Fix regression introduced by r189353. by Daniel Jasper · 12 years ago
  59. 1c5d9df clang-format: Fix comment formatting bugs in nested blocks. by Daniel Jasper · 12 years ago
  60. ebb43ca Handle zero-width and double-width characters in string literals and comments. by Alexander Kornienko · 12 years ago
  61. f3a5d00 Address post-commit review comments from r190038. by Daniel Jasper · 12 years ago
  62. 9fe0e8d clang-format: Enable formatting of nested blocks. by Daniel Jasper · 12 years ago
  63. b40cfe4 Handle 'Cpp03' and 'Cpp11' strings in LanguageStandard serialization for by Alexander Kornienko · 12 years ago
  64. e3648fb Added WebKit style to the BasedOnStyle handling and to the relevant help messages. by Alexander Kornienko · 12 years ago
  65. 632abb9 Store first and last newline position in the token text for string literals and comments. by Alexander Kornienko · 12 years ago
  66. d7b837e Better support for multiline string literals (including C++11 raw string literals). by Alexander Kornienko · 12 years ago
  67. 31c8592 Fixes various problems with accounting for tabs in the original code. by Manuel Klimek · 12 years ago
  68. 2739af3 clang-format: Improve token breaking behavior. by Daniel Jasper · 12 years ago
  69. 12f4f11 Work around unused variable warning in release builds. by Daniel Jasper · 12 years ago
  70. 8de9ed0 clang-format: Add column layout formatting for braced lists by Daniel Jasper · 12 years ago
  71. f110e20 clang-format: Indent relative to unary operators. by Daniel Jasper · 12 years ago
  72. b55acad clang-format: Additional options for spaces around parentheses. by Daniel Jasper · 12 years ago
  73. de0328a Split UnwrappedLineFormatter into individual components. by Daniel Jasper · 12 years ago
  74. cdaffa4 clang-format: Add option for the offset of constructor initializers. by Daniel Jasper · 12 years ago
  75. 467ddb1 clang-format: Improve stream-formatting. by Daniel Jasper · 12 years ago
  76. 5903685 clang-format: Correctly format alias declarations. by Daniel Jasper · 12 years ago
  77. a027f30 Fixes a couple of bugs with the Allman brace breaking. by Manuel Klimek · 12 years ago
  78. d3ed59a Implement Allman style. by Manuel Klimek · 12 years ago
  79. 3dcd7ec clang-format: Fix string breaking after "<<". by Daniel Jasper · 12 years ago
  80. b1ae734 clang-format: Don't break empty 2nd operand of ternary expr. by Daniel Jasper · 12 years ago
  81. 8b1c635 Teach clang-format to understand static_asserts better. by Daniel Jasper · 12 years ago
  82. 552f4a7 clang-format: Make alignment of trailing comments optional .. by Daniel Jasper · 12 years ago
  83. 65ee347 clang-format: Add more options to namespace indentation. by Daniel Jasper · 12 years ago
  84. e33d4af clang-format: Add two new style options to support WebKit style. by Daniel Jasper · 12 years ago
  85. ffefb3d clang-format: Initial (incomplete) support for the WebKit coding style. by Daniel Jasper · 12 years ago
  86. c834c70 Improve line breaking before multi-line strings. by Daniel Jasper · 12 years ago
  87. 9404234 Avoid breaking non-trailing block comments. by Alexander Kornienko · 12 years ago
  88. 657c67b Don't break line comments with escaped newlines. by Alexander Kornienko · 12 years ago
  89. 8369aa5 clang-format: Improve handling of unterminated string literals. by Daniel Jasper · 12 years ago
  90. 6ab5468 Revamp the formatting of C++11 braced init lists. by Daniel Jasper · 12 years ago
  91. fa21c07 Improvement of change r186320. by Daniel Jasper · 12 years ago
  92. 0d5e44d Improve formatting of operator<< chains. by Daniel Jasper · 12 years ago
  93. 77d5d31 clang-format: Improve <<-formatting. by Daniel Jasper · 12 years ago
  94. 5aad4e5 clang-format: Fix string literal breaking. by Daniel Jasper · 12 years ago
  95. aea3bde clang-format: Break before/between array subscript expressions. by Daniel Jasper · 12 years ago
  96. 51efbad clang-format: Fix bug concerning the alignment of "}". by Daniel Jasper · 12 years ago
  97. 4e9678f clang-format: Avoid line breaks before the first <<. by Daniel Jasper · 12 years ago
  98. 185de24 Fix indentation problem for comments in call chains by Daniel Jasper · 12 years ago
  99. b10cbc4 Add experimental flag for adaptive parameter bin-packing. by Daniel Jasper · 12 years ago
  100. 6cdec7c Initial support for formatting trailing return types. by Daniel Jasper · 12 years ago