1. 0675e87 [Format] Add debugging to ObjC language guesser by Ben Hamilton · 7 years ago
  2. fa98390 NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects) by Erik Pilkington · 7 years ago
  3. fc51490 Lift VFS from clang to llvm (NFC) by Jonas Devlieghere · 7 years ago
  4. 7e91b03 [clang-format] Java import sorting in clang-format by Krasimir Georgiev · 7 years ago
  5. 6f40e21 clang-format: better handle statement macros by Francois Ferrand · 7 years ago
  6. 6f3778c clang-format: Fix formatting C++ namespaces with preceding 'inline' or 'export' specifier by Sam McCall · 7 years ago
  7. 67e6521 clang-format: Change Google style wrt. the formatting of empty messages. by Daniel Jasper · 7 years ago
  8. ce0b8d6 [clang-format] Add some text proto functions to Google style by Krasimir Georgiev · 7 years ago
  9. 6a5c95b [clang-format] Indent after breaking Javadoc annotated line by Krasimir Georgiev · 7 years ago
  10. 61f46f2 [clang-format] Support additional common functions for text proto formatting by Krasimir Georgiev · 7 years ago
  11. 42948e3 [clang-format] Enable text proto formatting in common functions by Krasimir Georgiev · 7 years ago
  12. b4adc91 [clang-format] Add a default format style that can be used by users of `getStyle` by Eric Liu · 7 years ago
  13. 1ab722e [clang-format] Disable AlwaysBreakBeforeMultilineStrings in Google style for Objective-C 📜 by Ben Hamilton · 7 years ago
  14. bfc3406 [clang-format] Add SpaceBeforeCpp11BracedList option. by Hans Wennborg · 7 years ago
  15. 6bb103f clang-format: Introduce BreakInheritanceList option by Francois Ferrand · 7 years ago
  16. 44564ac Reland "Move #include manipulation code to new lib/Tooling/Inclusions." by Eric Liu · 7 years ago
  17. cfd01f9 Revert "Reland "Move #include manipulation code to new lib/Tooling/Inclusions."" by Eric Liu · 7 years ago
  18. 4f20e9d Reland "Move #include manipulation code to new lib/Tooling/Inclusions." by Eric Liu · 7 years ago
  19. 1edf4bc Revert "Move #include manipulation code to new lib/Tooling/Inclusions." by Eric Liu · 7 years ago
  20. e0a3f5b Move #include manipulation code to new lib/Tooling/Inclusions. by Eric Liu · 7 years ago
  21. 58e6fe5 clang-format: Allow optimizer to break template declaration. by Francois Ferrand · 7 years ago
  22. 3538b39 [clang] Update uses of DEBUG macro to LLVM_DEBUG. by Nicola Zaghen · 7 years ago
  23. 7129e63 [Tooling] Pull #include manipulation code from clangFormat into libToolingCore. by Eric Liu · 7 years ago
  24. 9d92c02 [clang-format] Move #include related style to libToolingCore by Eric Liu · 7 years ago
  25. 2e53808 Add SourceManagerForFile helper which sets up SourceManager and dependencies for a single file with code snippet by Eric Liu · 7 years ago
  26. 9fc8faf Remove \brief commands from doxygen comments. by Adrian Prantl · 7 years ago
  27. bf4c41c [clang-format] Refactor #include insertion/deletion functionality into a class. by Eric Liu · 7 years ago
  28. 5559cc3 [clang-format] Start formatting cpp code in raw strings in google style by Krasimir Georgiev · 7 years ago
  29. 0dddcf7 Format closing braces when reformatting the line containing the opening brace. by Manuel Klimek · 7 years ago
  30. b1a7919 [clang-format] Improve ObjC guessing heuristic by supporting all @keywords 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. 6432afe [clang-format] Fix ObjC style guesser to also iterate over child lines by Ben Hamilton · 8 years ago
  33. 19c782d [clang-format] Add a few more Core Graphics identifiers to ObjC heuristic by Ben Hamilton · 8 years ago
  34. f76861c [format] Eliminate global destructors. by Benjamin Kramer · 8 years ago
  35. 9c95dfe clang-format: Properly handle implicit string concatenation in text protos by Daniel Jasper · 8 years ago
  36. 2a9ea78 [clang-format] Add SpaceBeforeColon option by Francois Ferrand · 8 years ago
  37. 6e06635 [clang-format] Tidy up new API guessLanguage() by Ben Hamilton · 8 years ago
  38. 07e5836 [clang-format] Fix regression when getStyle() called with empty filename by Ben Hamilton · 8 years ago
  39. 3b345c3 [clang-format] New API guessLanguage() by Ben Hamilton · 8 years ago
  40. 2fac8d9 [clang-format] Enable google text proto formatting in R"proto('s by Krasimir Georgiev · 8 years ago
  41. ce4f0af [clang-format] Improve ObjC headers detection by Jacek Olesiak · 8 years ago
  42. 374e6de [clang-format] Do not break before long string literals in protos by Krasimir Georgiev · 8 years ago
  43. 3a47fdd [clang-format] Set ObjCBinPackProtocolList to Never for google style by Ben Hamilton · 8 years ago
  44. 4dc658c [clang-format] New format param ObjCBinPackProtocolList by Ben Hamilton · 8 years ago
  45. c209180 [clang-format] Adds space around braces in text protos by Krasimir Georgiev · 8 years ago
  46. a83d3c5 [clang-format] Disable some text proto delimiters and functions for google style by Krasimir Georgiev · 8 years ago
  47. eda222e [clang-format] Disable string literal breaking for text protos by Krasimir Georgiev · 8 years ago
  48. 412ed09 [clang-format] Adds a canonical delimiter to raw string formatting by Krasimir Georgiev · 8 years ago
  49. f84f118 [ClangFormat] ObjCSpaceBeforeProtocolList should be true in the google style by Ben Hamilton · 8 years ago
  50. 8e21678 [clang-format] Replace unordered_set with an array by Krasimir Georgiev · 8 years ago
  51. e2e3e67 [Format] Improve ObjC header guessing heuristic by Ben Hamilton · 8 years ago
  52. 2537e22 [clang-format] adds enclosing function detection to raw string formatting by Krasimir Georgiev · 8 years ago
  53. 4527f13 [clang-format] Reorganize RawStringFormat based on language by Krasimir Georgiev · 8 years ago
  54. 54076fe [clang-format] Adds a FormatStyleSet by Krasimir Georgiev · 8 years ago
  55. 5b0c3ad Revert "[ClangFormat] IndentWrappedFunctionNames should be true in the google ObjC style" by Ben Hamilton · 8 years ago
  56. 687e5fa9 [ClangFormat] IndentWrappedFunctionNames should be true in the google ObjC style by Ben Hamilton · 8 years ago
  57. c70f1d6 [c++20] P0515R3: Parsing support and basic AST construction for operator <=>. by Richard Smith · 8 years ago
  58. 11ef531 [clang-format] Improve ObjC headers detection. by Krasimir Georgiev · 8 years ago
  59. 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
  60. 4c2c9c3 [clang-format] Add option to group multiple #include blocks when sorting includes by Krasimir Georgiev · 8 years ago
  61. 6649665 [clang-format] Add text proto filename detection by Krasimir Georgiev · 8 years ago
  62. 1696bb6 [clang-format] Apply a clang-tidy suggestion, NFC by Krasimir Georgiev · 8 years ago
  63. 057a942 clang/lib/Format/Format.cpp: Fix warnings introduced in rL316903. [-Wpedantic] by NAKAMURA Takumi · 8 years ago
  64. e56e9a4 Keep MSVC2015 happy after r316903 by Krasimir Georgiev · 8 years ago
  65. 9ad83fe [clang-format] Format raw string literals by Krasimir Georgiev · 8 years ago
  66. a84e787 [clang-format] Add ext/ to google include categories by Krasimir Georgiev · 8 years ago
  67. 89628f6 clang-format clang-format. by Manuel Klimek · 8 years ago
  68. d6ce937 [clang-format] New flag - BraceWrapping.AfterExternBlock by Krasimir Georgiev · 8 years ago
  69. 82c9a0e SplitEmptyFunction should be true in the Mozilla coding style by Sylvestre Ledru · 8 years ago
  70. ad47c90 clang-format: Add preprocessor directive indentation by Krasimir Georgiev · 8 years ago
  71. 8687303 [clang-format] Refactor likely xml a bit, NFC by Krasimir Georgiev · 8 years ago
  72. a2e7d0d [clang-format] Do not format likely xml by Krasimir Georgiev · 8 years ago
  73. 26b144c [clang-format] Support text proto messages by Krasimir Georgiev · 8 years ago
  74. 2563984 Fix ODR violations due to abuse of LLVM_YAML_IS_(FLOW_)?SEQUENCE_VECTOR by Richard Smith · 8 years ago
  75. ad72256 clang-format: add options to merge empty record body by Francois Ferrand · 8 years ago
  76. d676ab1 [clang-format] Switch to case-insensitive header matching and use it to by Chandler Carruth · 8 years ago
  77. ac16a20 [clang-format] Add a SortUsingDeclaration option and enable it by default by Krasimir Georgiev · 8 years ago
  78. d3f0e3d clang-format: introduce InlineOnly short function style by Francois Ferrand · 8 years ago
  79. b03877a [clang-format] Support sorting using declarations by Krasimir Georgiev · 8 years ago
  80. e56a829 clang-format: Add CompactNamespaces option by Francois Ferrand · 8 years ago
  81. 2a81ca8 clang-format: add option to merge empty function body by Francois Ferrand · 8 years ago
  82. 816a966 clang-format: [JS] do not clean up duplicated commas. by Martin Probst · 8 years ago
  83. a6b6d51 clang-format: Introduce BreakConstructorInitializers option by Francois Ferrand · 8 years ago
  84. 9976efa clang-format: Allow customizing the penalty for breaking assignment by Francois Ferrand · 8 years ago
  85. 2083f31 clang-format: [JS] keep triple slash directives intact. by Martin Probst · 8 years ago
  86. 7fdbb3f [clang-format] Convert AlignEscapedNewlinesLeft to an enum, adding DontAlign by Daniel Jasper · 8 years ago
  87. bcda54b [clang-format] Replace IncompleteFormat by a struct with Line by Krasimir Georgiev · 8 years ago
  88. dc06518 clang-format: Support formatting utf-8 character literals in C++11+ mode. by Nico Weber · 8 years ago
  89. 1dbc210 clang-format: Fix post-commit review comment of r299204, use Style.isCpp(). by Daniel Jasper · 8 years ago
  90. b4cdb65 clang-format: [JS] do not wrap @see tags. by Martin Probst · 9 years ago
  91. 0ef8ee1 [clang-format] Add option to break before inheritance separation operator in class declaration. by Andi-Bogdan Postelnicu · 9 years ago
  92. 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
  93. 3ffedcd Don't write to LLVMStyle.JavaScriptQuotes twice. No behavior change. by Nico Weber · 9 years ago
  94. 32eaa86 [clang-format] Add a new flag FixNamespaceComments to FormatStyle by Krasimir Georgiev · 9 years ago
  95. bb46a7d Blacklist arbitrary @\\w+ JSDoc tags from wrapping. by Martin Probst · 9 years ago
  96. 7cb267a [clang-format] Add a NamespaceEndCommentsFixer by Krasimir Georgiev · 9 years ago
  97. 004d524 clang-format: Enable include sorting for style=Chromium by Nico Weber · 9 years ago
  98. d96ae86 clang-format: Fix many Objective-C formatting regressions from r289428 by Nico Weber · 9 years ago
  99. 9e2bc30 Keep Chromium ObjC column limit at 80 for consistency with C++ by Nico Weber · 9 years ago
  100. fa37b18 clang-format: [JS] do not format MPEG transport streams. by Martin Probst · 9 years ago