Commit Verlauf

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