1. b1a7919 [clang-format] Improve ObjC guessing heuristic by supporting all @keywords by Ben Hamilton · 8 years ago
  2. ea7a27b [clang-format] Refine ObjC guesser to handle child lines of child lines by Ben Hamilton · 8 years ago
  3. 6432afe [clang-format] Fix ObjC style guesser to also iterate over child lines by Ben Hamilton · 8 years ago
  4. 19c782d [clang-format] Add a few more Core Graphics identifiers to ObjC heuristic by Ben Hamilton · 8 years ago
  5. f76861c [format] Eliminate global destructors. by Benjamin Kramer · 8 years ago
  6. 9c95dfe clang-format: Properly handle implicit string concatenation in text protos by Daniel Jasper · 8 years ago
  7. 2a9ea78 [clang-format] Add SpaceBeforeColon option by Francois Ferrand · 8 years ago
  8. 6e06635 [clang-format] Tidy up new API guessLanguage() by Ben Hamilton · 8 years ago
  9. 07e5836 [clang-format] Fix regression when getStyle() called with empty filename by Ben Hamilton · 8 years ago
  10. 3b345c3 [clang-format] New API guessLanguage() by Ben Hamilton · 8 years ago
  11. 2fac8d9 [clang-format] Enable google text proto formatting in R"proto('s by Krasimir Georgiev · 8 years ago
  12. ce4f0af [clang-format] Improve ObjC headers detection by Jacek Olesiak · 8 years ago
  13. 374e6de [clang-format] Do not break before long string literals in protos by Krasimir Georgiev · 8 years ago
  14. 3a47fdd [clang-format] Set ObjCBinPackProtocolList to Never for google style by Ben Hamilton · 8 years ago
  15. 4dc658c [clang-format] New format param ObjCBinPackProtocolList by Ben Hamilton · 8 years ago
  16. c209180 [clang-format] Adds space around braces in text protos by Krasimir Georgiev · 8 years ago
  17. a83d3c5 [clang-format] Disable some text proto delimiters and functions for google style by Krasimir Georgiev · 8 years ago
  18. eda222e [clang-format] Disable string literal breaking for text protos by Krasimir Georgiev · 8 years ago
  19. 412ed09 [clang-format] Adds a canonical delimiter to raw string formatting by Krasimir Georgiev · 8 years ago
  20. f84f118 [ClangFormat] ObjCSpaceBeforeProtocolList should be true in the google style by Ben Hamilton · 8 years ago
  21. 8e21678 [clang-format] Replace unordered_set with an array by Krasimir Georgiev · 8 years ago
  22. e2e3e67 [Format] Improve ObjC header guessing heuristic by Ben Hamilton · 8 years ago
  23. 2537e22 [clang-format] adds enclosing function detection to raw string formatting by Krasimir Georgiev · 8 years ago
  24. 4527f13 [clang-format] Reorganize RawStringFormat based on language by Krasimir Georgiev · 8 years ago
  25. 54076fe [clang-format] Adds a FormatStyleSet by Krasimir Georgiev · 8 years ago
  26. 5b0c3ad Revert "[ClangFormat] IndentWrappedFunctionNames should be true in the google ObjC style" by Ben Hamilton · 8 years ago
  27. 687e5fa9 [ClangFormat] IndentWrappedFunctionNames should be true in the google ObjC style by Ben Hamilton · 8 years ago
  28. c70f1d6 [c++20] P0515R3: Parsing support and basic AST construction for operator <=>. by Richard Smith · 8 years ago
  29. 11ef531 [clang-format] Improve ObjC headers detection. by Krasimir Georgiev · 8 years ago
  30. c351fba Now that C++17 is official (https://www.iso.org/standard/68564.html), start changing the C++1z terminology over to C++17. NFC intended, these are all mechanical changes. by Aaron Ballman · 8 years ago
  31. 4c2c9c3 [clang-format] Add option to group multiple #include blocks when sorting includes by Krasimir Georgiev · 8 years ago
  32. 6649665 [clang-format] Add text proto filename detection by Krasimir Georgiev · 8 years ago
  33. 1696bb6 [clang-format] Apply a clang-tidy suggestion, NFC by Krasimir Georgiev · 8 years ago
  34. 057a942 clang/lib/Format/Format.cpp: Fix warnings introduced in rL316903. [-Wpedantic] by NAKAMURA Takumi · 8 years ago
  35. e56e9a4 Keep MSVC2015 happy after r316903 by Krasimir Georgiev · 8 years ago
  36. 9ad83fe [clang-format] Format raw string literals by Krasimir Georgiev · 8 years ago
  37. a84e787 [clang-format] Add ext/ to google include categories by Krasimir Georgiev · 8 years ago
  38. 89628f6 clang-format clang-format. by Manuel Klimek · 8 years ago
  39. d6ce937 [clang-format] New flag - BraceWrapping.AfterExternBlock by Krasimir Georgiev · 8 years ago
  40. 82c9a0e SplitEmptyFunction should be true in the Mozilla coding style by Sylvestre Ledru · 8 years ago
  41. ad47c90 clang-format: Add preprocessor directive indentation by Krasimir Georgiev · 8 years ago
  42. 8687303 [clang-format] Refactor likely xml a bit, NFC by Krasimir Georgiev · 8 years ago
  43. a2e7d0d [clang-format] Do not format likely xml by Krasimir Georgiev · 8 years ago
  44. 26b144c [clang-format] Support text proto messages by Krasimir Georgiev · 8 years ago
  45. 2563984 Fix ODR violations due to abuse of LLVM_YAML_IS_(FLOW_)?SEQUENCE_VECTOR by Richard Smith · 8 years ago
  46. ad72256 clang-format: add options to merge empty record body by Francois Ferrand · 8 years ago
  47. d676ab1 [clang-format] Switch to case-insensitive header matching and use it to by Chandler Carruth · 8 years ago
  48. ac16a20 [clang-format] Add a SortUsingDeclaration option and enable it by default by Krasimir Georgiev · 8 years ago
  49. d3f0e3d clang-format: introduce InlineOnly short function style by Francois Ferrand · 8 years ago
  50. b03877a [clang-format] Support sorting using declarations by Krasimir Georgiev · 8 years ago
  51. e56a829 clang-format: Add CompactNamespaces option by Francois Ferrand · 8 years ago
  52. 2a81ca8 clang-format: add option to merge empty function body by Francois Ferrand · 8 years ago
  53. 816a966 clang-format: [JS] do not clean up duplicated commas. by Martin Probst · 8 years ago
  54. a6b6d51 clang-format: Introduce BreakConstructorInitializers option by Francois Ferrand · 8 years ago
  55. 9976efa clang-format: Allow customizing the penalty for breaking assignment by Francois Ferrand · 8 years ago
  56. 2083f31 clang-format: [JS] keep triple slash directives intact. by Martin Probst · 8 years ago
  57. 7fdbb3f [clang-format] Convert AlignEscapedNewlinesLeft to an enum, adding DontAlign by Daniel Jasper · 8 years ago
  58. bcda54b [clang-format] Replace IncompleteFormat by a struct with Line by Krasimir Georgiev · 9 years ago
  59. dc06518 clang-format: Support formatting utf-8 character literals in C++11+ mode. by Nico Weber · 9 years ago
  60. 1dbc210 clang-format: Fix post-commit review comment of r299204, use Style.isCpp(). by Daniel Jasper · 9 years ago
  61. b4cdb65 clang-format: [JS] do not wrap @see tags. by Martin Probst · 9 years ago
  62. 0ef8ee1 [clang-format] Add option to break before inheritance separation operator in class declaration. by Andi-Bogdan Postelnicu · 9 years ago
  63. 317c539 [clang-format] Fixed a typo in Format.cpp and a clang-tidy nit about std::function copying; NFC by Krasimir Georgiev · 9 years ago
  64. 3ffedcd Don't write to LLVMStyle.JavaScriptQuotes twice. No behavior change. by Nico Weber · 9 years ago
  65. 32eaa86 [clang-format] Add a new flag FixNamespaceComments to FormatStyle by Krasimir Georgiev · 9 years ago
  66. bb46a7d Blacklist arbitrary @\\w+ JSDoc tags from wrapping. by Martin Probst · 9 years ago
  67. 7cb267a [clang-format] Add a NamespaceEndCommentsFixer by Krasimir Georgiev · 9 years ago
  68. 004d524 clang-format: Enable include sorting for style=Chromium by Nico Weber · 9 years ago
  69. d96ae86 clang-format: Fix many Objective-C formatting regressions from r289428 by Nico Weber · 9 years ago
  70. 9e2bc30 Keep Chromium ObjC column limit at 80 for consistency with C++ by Nico Weber · 9 years ago
  71. fa37b18 clang-format: [JS] do not format MPEG transport streams. by Martin Probst · 9 years ago
  72. 7eb7507 clang-format: fix fallback style set to "none" not always formatting by Antonio Maiorano · 9 years ago
  73. 3adfb6a clang-format: Make GetStyle return Expected<FormatStyle> instead of FormatStyle by Antonio Maiorano · 9 years ago
  74. ea64969 Change clang-format's Chromium JavaScript defaults by Nico Weber · 9 years ago
  75. 1ec383c Use after move bug fixes by Piotr Padlewski · 9 years ago
  76. 34c0376 Make FormatStyle.GetStyleOfFile test work on MSVC by Antonio Maiorano · 9 years ago
  77. 93459d3 [clang-format] revert an unintended change in r288493 and add a test case. by Eric Liu · 9 years ago
  78. dcb038d Update the default of the Mozilla coding style by Sylvestre Ledru · 9 years ago
  79. 03a04fe clang-format: Separate out a language kind for ObjC. by Daniel Jasper · 9 years ago
  80. 21d1032 [clang-format] calculate MaxInsertOffset in the original code correctly. by Eric Liu · 9 years ago
  81. 964782a [ClangFormat] Only insert #include into the #include block in the beginning of the file. by Eric Liu · 9 years ago
  82. ebac56e [Format] Avoid copying std::sets and simplify code a bit. by Benjamin Kramer · 9 years ago
  83. 528d682 [clang-format] Remove (SourceManager, FileID) variants by Daniel Jasper · 9 years ago
  84. 5d8cdb8 [Format] Cleanup after replacing constructor body with = default by Malcolm Parsons · 9 years ago
  85. 6432d45 Use noexcept instead of LLVM_NOEXCEPT now that all compilers support it by Reid Kleckner · 9 years ago
  86. 7956c40 Make DeletedLines local variables in checkEmptyNamespace. by Eric Liu · 9 years ago
  87. 11a4237 [clang-format] append newline after code when inserting new headers at the end of the code which does not end with newline. by Eric Liu · 9 years ago
  88. c0d3a80 [clang-format] support header deletion in cleanupAroundReplacemnts. by Eric Liu · 9 years ago
  89. 6f99d24 clang-format: [JS] do not wrapp @returns tags. by Martin Probst · 9 years ago
  90. fbbe75b clang-format: [JS] Do not wrap taze annotation comments. by Martin Probst · 9 years ago
  91. 2574d15 Remove redundant comma around parenthesis in parameter list. by Eric Liu · 9 years ago
  92. 01426ff Also cleanup comments around redundant colons/commas in format::cleanup. by Eric Liu · 9 years ago
  93. 28d8a5a clang-format: [JavaScript] Change default AllowShortFunctionsOnASingleLine by Daniel Jasper · 9 years ago
  94. 496c199 clang-format: [JavaScript] Do requoting in a separate pass by Daniel Jasper · 9 years ago
  95. a9855af clang-format: [JS] merge requoting replacements. by Martin Probst · 9 years ago
  96. 3042713 clang-format: Set default WebKit style to use C++11. by Daniel Jasper · 9 years ago
  97. d6a0078 clang-format: Correctly calculate affected ranges when sorting #includes. by Daniel Jasper · 9 years ago
  98. a992afe Make clang-format remove duplicate headers when sorting #includes. by Eric Liu · 9 years ago
  99. 83bbd57 clang-format: Add SpaceAfterTemplate by Sylvestre Ledru · 9 years ago
  100. 40ef2fb Implement tooling::Replacements as a class. by Eric Liu · 9 years ago