Историја ревизија

Аутор SHA1 Порука Датум
  Yitzhak Mandelbaum e71234de99 [clang-format] Fix cleanup of `AnnotatedLine` to include children nodes. пре 6 година
  Eric Liu 62e3198c4f [clang-format] Regroup #includes into blocks for Google style пре 6 година
  Chandler Carruth 324f918438 Update the file headers across all of the LLVM projects in the monorepo пре 6 година
  Eric Liu 3593417ce4 [Tooling] Pull #include manipulation code from clangFormat into libToolingCore. пре 7 година
  Eric Liu 1084e05342 [clang-format] Refactor #include insertion/deletion functionality into a class. пре 7 година
  Sylvestre Ledru 10aaabb25a Unittests misc. typos пре 7 година
  Martin Probst ec038a4a53 clang-format: [JS] do not clean up duplicated commas. пре 8 година
  Krasimir Georgiev 72e2426799 [clang-format] Clang-tidy cleanup of CleanupTest.cpp, NFC пре 8 година
  Eric Liu 50dd7b04c5 [clang-format] revert an unintended change in r288493 and add a test case. пре 8 година
  Eric Liu 10bd02d9c3 [clang-format] calculate MaxInsertOffset in the original code correctly. пре 8 година
  Eric Liu ca715740dc [ClangFormat] Only insert #include into the #include block in the beginning of the file. пре 8 година
  Malcolm Parsons 18aecc3bcf [Format] Cleanup after replacing constructor body with = default пре 8 година
  Eric Liu 57de589877 Make DeletedLines local variables in checkEmptyNamespace. пре 9 година
  Eric Liu cd5b63876f [clang-format] append newline after code when inserting new headers at the end of the code which does not end with newline. пре 9 година
  Eric Liu 04f6547d75 [clang-format] support header deletion in cleanupAroundReplacemnts. пре 9 година
  Eric Liu 0a23fccbe3 Remove redundant comma around parenthesis in parameter list. пре 9 година
  Eric Liu 09a0c48856 Also cleanup comments around redundant colons/commas in format::cleanup. пре 9 година
  Eric Liu 85c0fa18d9 Implement tooling::Replacements as a class. пре 9 година
  Eric Liu a45abc6b0f Make tooling::applyAllReplacements return llvm::Expected<string> instead of empty string to indicate potential error. пре 9 година
  Eric Liu c736d7a85f [clang-format] do not add existing includes. пре 9 година
  Eric Liu e74555119f [clang-format] make header guard identification stricter (with Lexer). пре 9 година
  Eric Liu 72e3b3b2a8 [clang-format] skip empty lines and comments in the top of the code when inserting new headers. пре 9 година
  Eric Liu 9ee9835de5 [clang-format] insert new #includes into correct blocks when cleaning up Replacement with cleanupAroundReplacements(). пре 9 година
  Eric Liu ff59e8e8dc [clang-format] moved unit tests related to replacements cleaner from FormatTest.cpp to CleanUpTest.cpp. пре 9 година
  Eric Liu 2c1064232f Make clang-format cleaner remove redundant commas in list and redundant colon in constructor initializer. пре 9 година
  Eric Liu a433799777 Added Fixer implementation and fix() interface in clang-format for removing redundant code. пре 9 година