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