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