1. b81cc60 [clang][NFC] Make various uses of Regex const by Thomas Preud'homme · 6 years ago
  2. fb13e65 [clang-format] Add ability to wrap braces after multi-line control statements by Paul Hoad · 6 years ago
  3. 41f4d68 clang-format: Add support for formatting (some) lambdas with explicit template parameters. by Nico Weber · 6 years ago
  4. 3867a2d [clang-format] Add new style option IndentGotoLabels by Paul Hoad · 6 years ago
  5. 2b3d49b [Clang] Migrate llvm::make_unique to std::make_unique by Jonas Devlieghere · 6 years ago
  6. ff9f4b5 clang-format clang/lib/Format by Nico Weber · 6 years ago
  7. 1361a4c clang-format: Support `if CONSTEXPR` if CONSTEXPR is a macro. by Nico Weber · 6 years ago
  8. 3794413 clang-format: Fix namespace end comments for namespaces with attributes and macros. by Nico Weber · 6 years ago
  9. d9212ef Adds support for formatting NS_CLOSED_ENUM and CF_CLOSED_ENUM alongside NS_ENUM and CF_ENUM. by Ben Hamilton · 6 years ago
  10. e8a301f clang-format: better handle namespace macros by Francois Ferrand · 6 years ago
  11. 945890a [clang-format] Fix bug that misses some function-like macro usages by Owen Pan · 7 years ago
  12. fb73b79a [clang-format] Fix incorrect formatting of keyword macro definition by Owen Pan · 7 years ago
  13. 806d574 [clang-format] Add AfterCaseLabel to BraceWrapping by Owen Pan · 7 years ago
  14. a83e2db [clang-format] Add style option AllowShortLambdasOnASingleLine by Ronald Wampler · 7 years ago
  15. a87ba1c [clang-format] correctly format protobuf fields named "enum". by Paul Hoad · 7 years ago
  16. cbb726d [clang-format] Add basic support for formatting C# files by Paul Hoad · 7 years ago
  17. 701a0d7 [clang-format] BeforeHash added to IndentPPDirectives by Paul Hoad · 7 years ago
  18. c416c52 clang-format: distinguish ObjC call subexpressions after r355434 by Krasimir Georgiev · 7 years ago
  19. 10de395 [clang-format] broken after lambda with return type template with boolean literal by Paul Hoad · 7 years ago
  20. 88e1514 [clang-format] Fix lambdas returning template specialization that contains operator in parameter by Jan Korous · 7 years ago
  21. 5bcf99b [clang-format] [NFC] clang-format the Format library by Paul Hoad · 7 years ago
  22. 30b7d09 [Format/ObjC] Fix [foo bar]->baz formatting as lambda arrow by Ben Hamilton · 7 years ago
  23. 4e442bb [clang-format] Fix line parsing for noexcept lambdas by Ben Hamilton · 7 years ago
  24. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  25. 749c1b5 Java annotation declaration being handled correctly by Hans Wennborg · 7 years ago
  26. 97034a3 [clang-format] Fix BraceWrapping AfterFunction for ObjC methods by Ben Hamilton · 7 years ago
  27. 6f40e21 clang-format: better handle statement macros by Francois Ferrand · 7 years ago
  28. cb5ffbe [ClangFormat] 'try' of function-try-block doesn't obey BraceWrapping by Owen Pan · 7 years ago
  29. 6f3778c clang-format: Fix formatting C++ namespaces with preceding 'inline' or 'export' specifier by Sam McCall · 7 years ago
  30. 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
  31. 0895f5e [clang-format] Fix end-of-file comments text proto formatting by Krasimir Georgiev · 7 years ago
  32. 5de2272 [Format] Do not use a global static value for EOF within ScopedMacroState. by David L. Jones · 7 years ago
  33. 707e68f [clang-format/ObjC] Correctly parse Objective-C methods with 'class' in name by Ben Hamilton · 7 years ago
  34. 3538b39 [clang] Update uses of DEBUG macro to LLVM_DEBUG. by Nicola Zaghen · 7 years ago
  35. 9fc8faf Remove \brief commands from doxygen comments. by Adrian Prantl · 7 years ago
  36. 0dddcf7 Format closing braces when reformatting the line containing the opening brace. by Manuel Klimek · 8 years ago
  37. d0f3fe5 Fix bugs around handling C++11 attributes. by Manuel Klimek · 8 years ago
  38. 1462e84 [clang-format] Support lightweight Objective-C generics by Ben Hamilton · 8 years ago
  39. a2484b2 clang-format: use AfterControlStatement to format ObjC control blocks by Francois Ferrand · 8 years ago
  40. ba91c3d clang-format: fix formatting of ObjC @synchronized blocks by Francois Ferrand · 8 years ago
  41. 1c3afaf [clang-format] Re-land: Fixup #include guard indents after parseFile() by Mark Zeren · 8 years ago
  42. b0cc6ed Revert "[clang-format] Fixup #include guard indents after parseFile()" by Mark Zeren · 8 years ago
  43. 0dc13cd [clang-format] Fixup #include guard indents after parseFile() by Mark Zeren · 8 years ago
  44. f1add5e Attempt to fix implicit-fallthrough warning after r323218. by Nico Weber · 8 years ago
  45. c068ff7 clang-format: Support macros in front of @interface / @protocol for ObjC code. by Nico Weber · 8 years ago
  46. c29f83b clang-format: Support formatting Java 8 interface default methods. by Nico Weber · 8 years ago
  47. e8e27ca clang-format: [JS] handle semis in generic types. by Martin Probst · 8 years ago
  48. 7e0f25b clang-format: [JS] disable ASI on decorators. by Martin Probst · 8 years ago
  49. 410ed24 [clang-format] Support python-style comments in text protos by Krasimir Georgiev · 8 years ago
  50. 112c2e9 [clang-format] Fix a clang-tidy finding, NFC by Krasimir Georgiev · 8 years ago
  51. 9ad83fe [clang-format] Format raw string literals by Krasimir Georgiev · 8 years ago
  52. 89628f6 clang-format clang-format. by Manuel Klimek · 8 years ago
  53. e411aa8 Fix clang-format's detection of structured bindings. by Manuel Klimek · 8 years ago
  54. 9f0a4e5 Fix formatting of lambda introducers with initializers. by Manuel Klimek · 8 years ago
  55. d6ce937 [clang-format] New flag - BraceWrapping.AfterExternBlock by Krasimir Georgiev · 8 years ago
  56. 4df130f clang-format: Fix indentation of macros in include guards (after r312125). by Daniel Jasper · 8 years ago
  57. ad47c90 clang-format: Add preprocessor directive indentation by Krasimir Georgiev · 8 years ago
  58. 0a19d43 clang-format: [JS] detect ASI after closing parens. by Martin Probst · 8 years ago
  59. f785fd9 clang-format: [JS] support fields with case/switch/default labels. by Martin Probst · 8 years ago
  60. fa4dbb6 [clang-format] Fix parsing of <>-style proto options by Krasimir Georgiev · 8 years ago
  61. cb870c5 clang-format: [JS] handle object types in extends positions. by Martin Probst · 8 years ago
  62. a98a95c clang-format: fix block OpeningLineIndex around preprocessor by Francois Ferrand · 8 years ago
  63. f77ada0 [clang-format] Reorder assignments, NFC by Krasimir Georgiev · 8 years ago
  64. 3e05105 [clang-format] Fix comment levels between '} else {' and PPDirective. by Krasimir Georgiev · 8 years ago
  65. 06451fa [clang-format] Fix comment levels between '}' and PPDirective by Krasimir Georgiev · 8 years ago
  66. 93008f0 clang-format: [JS] Correctly format JavaScript imports with long module paths by Martin Probst · 8 years ago
  67. 26b144c [clang-format] Support text proto messages by Krasimir Georgiev · 8 years ago
  68. 0b41fcb [clang-format] Fix a buildbot failure after r306406 by Krasimir Georgiev · 8 years ago
  69. ff747be [clang-format] Support <>-style proto message fields by Krasimir Georgiev · 8 years ago
  70. 6a7d5a7 clang-format: Handle "if constexpr". by Daniel Jasper · 8 years ago
  71. e56a829 clang-format: Add CompactNamespaces option by Francois Ferrand · 8 years ago
  72. 95ed8e7 clang-format: [JS] improve calculateBraceType heuristic by Martin Probst · 8 years ago
  73. ea222a7 [clang-format] Keep trailing preprocessor line comments separate from the following section comments by Krasimir Georgiev · 8 years ago
  74. a1c3093 [clang-format] Handle trailing comment sections in import statement lines by Krasimir Georgiev · 8 years ago
  75. a050f41 clang-format: [JS] for await, and fix a crash with for loops. by Martin Probst · 8 years ago
  76. 9f5608a [clang-format] Fix MatchingOpeningBlockLineIndex computation by Krasimir Georgiev · 8 years ago
  77. bd49e32 clang-format: [JS] for async loops. by Martin Probst · 8 years ago
  78. b7fb267 clang-format: refine calculating brace types. by Martin Probst · 8 years ago
  79. 101ec89 clang-format: [JS] Don't indent JavaScript IIFEs. by Martin Probst · 8 years ago
  80. 973ff79 clang-format: [JS] parse async function declarations. by Martin Probst · 9 years ago
  81. 1dbc210 clang-format: Fix post-commit review comment of r299204, use Style.isCpp(). by Daniel Jasper · 9 years ago
  82. 72b3357 clang-format: [JavaScript] Ignore QT keywords. by Daniel Jasper · 9 years ago
  83. d86c25d [clang-format] Use a reference in loop variable; NFC by Krasimir Georgiev · 9 years ago
  84. 85c3704 [clang-format] Don't add namespace end comments for unbalanced right braces after namespace end by Krasimir Georgiev · 9 years ago
  85. 62703eb Fix r296605 so that stuff in #ifndef SWIG blocks is still formatted. by Daniel Jasper · 9 years ago
  86. eab6cd4 clang-format: Ignore contents of #ifdef SWIG .. #endif blocks. by Daniel Jasper · 9 years ago
  87. 7cb267a [clang-format] Add a NamespaceEndCommentsFixer by Krasimir Georgiev · 9 years ago
  88. d96ae86 clang-format: Fix many Objective-C formatting regressions from r289428 by Nico Weber · 9 years ago
  89. f62f958 [clang-format] Break before a sequence of line comments aligned with the next line. by Krasimir Georgiev · 9 years ago
  90. 8e3eba0 clang-format: [JS] correcly format object literal methods. by Martin Probst · 9 years ago
  91. 1027fb8 clang-format: [JS] handle parenthesized class expressions. by Martin Probst · 9 years ago
  92. 00c5c72 [clang-format] Don't reflow across comment pragmas. by Krasimir Georgiev · 9 years ago
  93. b6ccd38 [clang-format] Fix breaking of comment sections in unwrapped lines containing newlines. by Krasimir Georgiev · 9 years ago
  94. 753625b [clang-format] Fix regression merging comments across newlines. by Krasimir Georgiev · 9 years ago
  95. 8432161 [clang-format] Separate line comment sections after a right brace from comment sections in the scope. by Krasimir Georgiev · 9 years ago
  96. 9183422 [clang-format] Implement comment reflowing. by Krasimir Georgiev · 9 years ago
  97. e6b5b34 clang-format: [JS] revert over-eager ASI check. by Martin Probst · 9 years ago
  98. d40bca4 clang-format: [JS] ASI after imports by Martin Probst · 9 years ago
  99. af16c50 clang-format: [JS] avoid indent after ambient function declarations. by Martin Probst · 9 years ago
  100. e4ada02 clang-format: Improve braced-list detection. by Daniel Jasper · 9 years ago