1. 66a3b90 [clang-format] Drop clangFrontend dependency for FormatTests by Alex Richardson · 5 years ago
  2. ece7e95 [clang-format] NFC - clang-format the FormatTests by mydeveloperday · 5 years ago
  3. 709fd98 [clang-tidy] fix readability-redundant-member-init auto-fix of Function-try-block by Alexander Lanin · 6 years ago
  4. 45b6ca5 [clang-format] Fix cleanup of `AnnotatedLine` to include children nodes. by Yitzhak Mandelbaum · 6 years ago
  5. 0f4d5f8 [clang-format] Regroup #includes into blocks for Google style by Eric Liu · 6 years ago
  6. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  7. 7129e63 [Tooling] Pull #include manipulation code from clangFormat into libToolingCore. by Eric Liu · 7 years ago
  8. bf4c41c [clang-format] Refactor #include insertion/deletion functionality into a class. by Eric Liu · 7 years ago
  9. f8586ae Unittests misc. typos by Sylvestre Ledru · 8 years ago
  10. 816a966 clang-format: [JS] do not clean up duplicated commas. by Martin Probst · 8 years ago
  11. 531dbc7 [clang-format] Clang-tidy cleanup of CleanupTest.cpp, NFC by Krasimir Georgiev · 8 years ago
  12. 93459d3 [clang-format] revert an unintended change in r288493 and add a test case. by Eric Liu · 9 years ago
  13. 21d1032 [clang-format] calculate MaxInsertOffset in the original code correctly. by Eric Liu · 9 years ago
  14. 964782a [ClangFormat] Only insert #include into the #include block in the beginning of the file. by Eric Liu · 9 years ago
  15. 5d8cdb8 [Format] Cleanup after replacing constructor body with = default by Malcolm Parsons · 9 years ago
  16. 7956c40 Make DeletedLines local variables in checkEmptyNamespace. by Eric Liu · 9 years ago
  17. 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
  18. c0d3a80 [clang-format] support header deletion in cleanupAroundReplacemnts. by Eric Liu · 9 years ago
  19. 2574d15 Remove redundant comma around parenthesis in parameter list. by Eric Liu · 9 years ago
  20. 01426ff Also cleanup comments around redundant colons/commas in format::cleanup. by Eric Liu · 9 years ago
  21. 40ef2fb Implement tooling::Replacements as a class. by Eric Liu · 9 years ago
  22. 4f8d994 Make tooling::applyAllReplacements return llvm::Expected<string> instead of empty string to indicate potential error. by Eric Liu · 9 years ago
  23. 3753f91 [clang-format] do not add existing includes. by Eric Liu · 9 years ago
  24. 3528832 [clang-format] make header guard identification stricter (with Lexer). by Eric Liu · 9 years ago
  25. 303baf5 [clang-format] skip empty lines and comments in the top of the code when inserting new headers. by Eric Liu · 9 years ago
  26. 659afd5 [clang-format] insert new #includes into correct blocks when cleaning up Replacement with cleanupAroundReplacements(). by Eric Liu · 9 years ago
  27. 1ef6845 [clang-format] moved unit tests related to replacements cleaner from FormatTest.cpp to CleanUpTest.cpp. by Eric Liu · 9 years ago
  28. ce5e4bc Make clang-format cleaner remove redundant commas in list and redundant colon in constructor initializer. by Eric Liu · 9 years ago
  29. 4cfb88a Added Fixer implementation and fix() interface in clang-format for removing redundant code. by Eric Liu · 9 years ago