1. 56904bf [clang-format] Do not treat asm clobber [ as ObjCExpr, refined by Krasimir Georgiev · 7 years ago
  2. 28e2dbb [clang-format] Do not treat the asm clobber [ as ObjCExpr by Krasimir Georgiev · 7 years ago
  3. e2d56dc Fix ClangFormat issue of recognizing ObjC subscript as C++ attributes when message target is a result of a C-style method. by Yan Zhang · 7 years ago
  4. 5528cac [clang-format] tweaked another case of lambda formatting by Krasimir Georgiev · 7 years ago
  5. fc51490 Lift VFS from clang to llvm (NFC) by Jonas Devlieghere · 7 years ago
  6. 6f40e21 clang-format: better handle statement macros by Francois Ferrand · 7 years ago
  7. cb5ffbe [ClangFormat] 'try' of function-try-block doesn't obey BraceWrapping by Owen Pan · 7 years ago
  8. 9da65a3 [clang-format] Do not merge short case labels if followed by a block. by Owen Pan · 7 years ago
  9. 370eff8 [clang-Format] Fix indentation of member call after block by Ilya Biryukov · 7 years ago
  10. 58c3dee [clang-format] Wrapped block after case label should not be merged into one line by Owen Pan · 7 years ago
  11. 6f3778c clang-format: Fix formatting C++ namespaces with preceding 'inline' or 'export' specifier by Sam McCall · 7 years ago
  12. 81b61a8 Fix Bug 38713: clang-format mishandles a short block after "default:" in a switch statement by Jonas Toth · 7 years ago
  13. 90d2aa2 [clang-format] fix PR38557 - comments between "default" and ':' causes the case label to be treated as an identifier by Jonas Toth · 7 years ago
  14. 4636deb [clang-format] fix PR38525 - Extraneous continuation indent spaces with BreakBeforeBinaryOperators set to All by Jonas Toth · 7 years ago
  15. f16a6fa [Format] Fix for bug 35641 by Ilya Biryukov · 7 years ago
  16. bfc3406 [clang-format] Add SpaceBeforeCpp11BracedList option. by Hans Wennborg · 7 years ago
  17. 6bb103f clang-format: Introduce BreakInheritanceList option by Francois Ferrand · 7 years ago
  18. ba917bf [clang-format] fix buildbots after r333085 by Krasimir Georgiev · 7 years ago
  19. 0fb19de [clang-format] Break template declarations followed by comments by Krasimir Georgiev · 7 years ago
  20. 067ec70 [clang-format] Add a test case for crash by Krasimir Georgiev · 7 years ago
  21. 58e6fe5 clang-format: Allow optimizer to break template declaration. by Francois Ferrand · 7 years ago
  22. f92f806 clang-format: tweak formatting of variable initialization blocks by Francois Ferrand · 7 years ago
  23. 3538b39 [clang] Update uses of DEBUG macro to LLVM_DEBUG. by Nicola Zaghen · 7 years ago
  24. 9d92c02 [clang-format] Move #include related style to libToolingCore by Eric Liu · 7 years ago
  25. 6210305 [clang-format] Don't remove empty lines before namespace endings by Krasimir Georgiev · 7 years ago
  26. b1a7919 [clang-format] Improve ObjC guessing heuristic by supporting all @keywords by Ben Hamilton · 7 years ago
  27. 416348e [clang-format] Always indent wrapped Objective-C selector names by Ben Hamilton · 7 years ago
  28. d0f3fe5 Fix bugs around handling C++11 attributes. by Manuel Klimek · 7 years ago
  29. c9a918c [clang-format] In tests, expected code should be format-stable by Mark Zeren · 7 years ago
  30. 9dc7816 [clang-format/ObjC] Do not detect "[]" as ObjC method expression by Ben Hamilton · 7 years ago
  31. ea7a27b [clang-format] Refine ObjC guesser to handle child lines of child lines by Ben Hamilton · 8 years ago
  32. 03e69f5 Revert "[clang-format] Remove empty lines before }[;] // comment" by Krasimir Georgiev · 8 years ago
  33. 6432afe [clang-format] Fix ObjC style guesser to also iterate over child lines by Ben Hamilton · 8 years ago
  34. fd32767 clang-format: Narrow down raw string literal line break exception. by Daniel Jasper · 8 years ago
  35. d5e9ff4 clang-format: Fix SpacesInParentheses with fully qualified names. by Daniel Jasper · 8 years ago
  36. 19c782d [clang-format] Add a few more Core Graphics identifiers to ObjC heuristic by Ben Hamilton · 8 years ago
  37. 5cca20f [clang-format] Remove empty lines before }[;] // comment by Krasimir Georgiev · 8 years ago
  38. 788a222 [clang-format] Improve detection of Objective-C block types by Ben Hamilton · 8 years ago
  39. b060ad8 [clang-format] Don't detect C++11 attribute specifiers as ObjC by Ben Hamilton · 8 years ago
  40. 1d6c6ee [clang-format] Improve detection of ObjC for-in statements by Ben Hamilton · 8 years ago
  41. 446d6ec [clang-format] fix handling of consecutive unary operators by Krasimir Georgiev · 8 years ago
  42. 2a9ea78 [clang-format] Add SpaceBeforeColon option by Francois Ferrand · 8 years ago
  43. 6e06635 [clang-format] Tidy up new API guessLanguage() by Ben Hamilton · 8 years ago
  44. 0b2f774 Resolve build bot problems in unittests/Format/FormatTest.cpp by Bjorn Pettersson · 8 years ago
  45. 07e5836 [clang-format] Fix regression when getStyle() called with empty filename by Ben Hamilton · 8 years ago
  46. 3b345c3 [clang-format] New API guessLanguage() by Ben Hamilton · 8 years ago
  47. 1c3afaf [clang-format] Re-land: Fixup #include guard indents after parseFile() by Mark Zeren · 8 years ago
  48. b0cc6ed Revert "[clang-format] Fixup #include guard indents after parseFile()" by Mark Zeren · 8 years ago
  49. 0dc13cd [clang-format] Fixup #include guard indents after parseFile() by Mark Zeren · 8 years ago
  50. d2b2ac6 [clang-format] Align preprocessor comments with # by Mark Zeren · 8 years ago
  51. 412ed09 [clang-format] Adds a canonical delimiter to raw string formatting by Krasimir Georgiev · 8 years ago
  52. bf4cdda [clang-format] Fix shortening blocks in macros causing merged next line by Krasimir Georgiev · 8 years ago
  53. 2537e22 [clang-format] adds enclosing function detection to raw string formatting by Krasimir Georgiev · 8 years ago
  54. 4527f13 [clang-format] Reorganize RawStringFormat based on language by Krasimir Georgiev · 8 years ago
  55. 67d48650 [clang-format] [NFC] Remove comment by Mark Zeren · 8 years ago
  56. c70f1d6 [c++20] P0515R3: Parsing support and basic AST construction for operator <=>. by Richard Smith · 8 years ago
  57. 0b58c32 Better trade-off for excess characters vs. staying within the column limits. by Manuel Klimek · 8 years ago
  58. 93699f4 Restructure how we break tokens. by Manuel Klimek · 8 years ago
  59. a004b3f clang-format: remove trailing lines in lamdas and arrow functions. by Martin Probst · 8 years ago
  60. 7786614 Implement more accurate penalty & trade-offs while breaking protruding tokens. by Manuel Klimek · 8 years ago
  61. 45ab559 Refactor ContinuationIndenter's breakProtrudingToken logic. by Manuel Klimek · 8 years ago
  62. bbf5f4e [clang-format] Handle unary operator overload with arguments and specifiers by Daniel Jasper · 8 years ago
  63. 7f64fa8 [clang-format] Handle CRLF correctly when formatting escaped newlines by Krasimir Georgiev · 8 years ago
  64. 9ad83fe [clang-format] Format raw string literals by Krasimir Georgiev · 8 years ago
  65. 6a1c9d5 [clang-format] Fix regression about short functions after #else by Krasimir Georgiev · 8 years ago
  66. caf6fd5 [clang-format] Fix FixNamespaceComments when BraceWrapping AfterNamespace is true. by Marek Kurdej · 8 years ago
  67. 30cd301 [clang-format] Adjust space around &/&& of structured bindings by Chih-Hung Hsieh · 8 years ago
  68. e411aa8 Fix clang-format's detection of structured bindings. by Manuel Klimek · 8 years ago
  69. 9f0a4e5 Fix formatting of lambda introducers with initializers. by Manuel Klimek · 8 years ago
  70. d6ce937 [clang-format] New flag - BraceWrapping.AfterExternBlock by Krasimir Georgiev · 8 years ago
  71. 3b0b50b [clang-format] Fixed one-line if statement by Krasimir Georgiev · 8 years ago
  72. ceeb8b9 [clang-format] Add support for C++17 structured bindings. by Marek Kurdej · 8 years ago
  73. 4df130f clang-format: Fix indentation of macros in include guards (after r312125). by Daniel Jasper · 8 years ago
  74. 7b85a19 clang-format: Fix formatting of for loops with multiple increments. by Daniel Jasper · 8 years ago
  75. ea95dd7 Disable clang-format's MemoizationTest as it becomes prohibitive with EXPENSIVE_CHECKS by David Blaikie · 8 years ago
  76. ad47c90 clang-format: Add preprocessor directive indentation by Krasimir Georgiev · 8 years ago
  77. a2e7d0d [clang-format] Do not format likely xml by Krasimir Georgiev · 8 years ago
  78. 81341d7 [clang-format] Fixed typedef enum brace wrapping by Krasimir Georgiev · 8 years ago
  79. 4917af6 [Format] Invert nestingAndIndentLevel pair in WhitespaceManager used for by Daniel Jasper · 8 years ago
  80. 9b5a89b clang-format: Fix left pointer alignment after delctype/typeof by Krasimir Georgiev · 8 years ago
  81. 58933c5 [clang-format] let PointerAlignment dictate spacing of function ref qualifiers by Jacob Bandes-Storch · 8 years ago
  82. d6a7e98 clang-format: Fix bug with ENAS_DontAlign and empty lines by Jacob Bandes-Storch · 8 years ago
  83. a64ba70 clang-format: merge short case labels with trailing comments by Francois Ferrand · 8 years ago
  84. 06b575c Fix dereference of pointers in throw statements. by Manuel Klimek · 8 years ago
  85. 90f981b Keep the IdentifierInfo in the Token for alternative operator keyword by Olivier Goffart · 8 years ago
  86. e092634 [clang-format] Keep level of comment before an empty line by Krasimir Georgiev · 8 years ago
  87. ad72256 clang-format: add options to merge empty record body by Francois Ferrand · 8 years ago
  88. d2130f5 clang-format: Do not binpack initialization lists by Francois Ferrand · 8 years ago
  89. ac16a20 [clang-format] Add a SortUsingDeclaration option and enable it by default by Krasimir Georgiev · 8 years ago
  90. d3f0e3d clang-format: introduce InlineOnly short function style by Francois Ferrand · 8 years ago
  91. 5f07f44 clang-format: Fix C99 designated initializers corner cases by Francois Ferrand · 8 years ago
  92. f92659e clang-format: Improve understanding of combined typedef+record declarations by Daniel Jasper · 8 years ago
  93. 6a7d5a7 clang-format: Handle "if constexpr". by Daniel Jasper · 8 years ago
  94. e56a829 clang-format: Add CompactNamespaces option by Francois Ferrand · 8 years ago
  95. 2a81ca8 clang-format: add option to merge empty function body by Francois Ferrand · 8 years ago
  96. a6b6d51 clang-format: Introduce BreakConstructorInitializers option by Francois Ferrand · 8 years ago
  97. 9976efa clang-format: Allow customizing the penalty for breaking assignment by Francois Ferrand · 8 years ago
  98. 2c1cdae JavaScript allows parameter lists to include trailing commas: by Martin Probst · 8 years ago
  99. 7fdbb3f [clang-format] Convert AlignEscapedNewlinesLeft to an enum, adding DontAlign by Daniel Jasper · 8 years ago
  100. 988e7e4 [clang-format] Don’t propagate AvoidBinPacking into argument subexpressions by Daniel Jasper · 8 years ago