summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Format/CleanupTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-format] Fix cleanup of `AnnotatedLine` to include children nodes.Yitzhak Mandelbaum2019-09-171-2/+7
* [clang-format] Regroup #includes into blocks for Google styleEric Liu2019-04-031-0/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Tooling] Pull #include manipulation code from clangFormat into libToolingCore.Eric Liu2018-05-141-548/+13
* [clang-format] Refactor #include insertion/deletion functionality into a class.Eric Liu2018-05-041-12/+74
* Unittests misc. typos Sylvestre Ledru2018-02-061-1/+1
* clang-format: [JS] do not clean up duplicated commas.Martin Probst2017-05-291-2/+11
* [clang-format] Clang-tidy cleanup of CleanupTest.cpp, NFCKrasimir Georgiev2017-04-211-3/+2
* [clang-format] revert an unintended change in r288493 and add a test case.Eric Liu2016-12-191-0/+13
* [clang-format] calculate MaxInsertOffset in the original code correctly.Eric Liu2016-12-091-0/+24
* [ClangFormat] Only insert #include into the #include block in the beginning o...Eric Liu2016-12-021-0/+87
* [Format] Cleanup after replacing constructor body with = defaultMalcolm Parsons2016-10-201-0/+18
* Make DeletedLines local variables in checkEmptyNamespace.Eric Liu2016-10-051-0/+18
* [clang-format] append newline after code when inserting new headers at the en...Eric Liu2016-10-051-3/+11
* [clang-format] support header deletion in cleanupAroundReplacemnts.Eric Liu2016-09-231-2/+57
* Remove redundant comma around parenthesis in parameter list.Eric Liu2016-09-131-56/+56
* Also cleanup comments around redundant colons/commas in format::cleanup.Eric Liu2016-09-091-13/+8
* Implement tooling::Replacements as a class.Eric Liu2016-08-011-51/+75
* Make tooling::applyAllReplacements return llvm::Expected<string> instead of e...Eric Liu2016-07-111-9/+19
* [clang-format] do not add existing includes.Eric Liu2016-06-141-0/+23
* [clang-format] make header guard identification stricter (with Lexer).Eric Liu2016-06-061-0/+80
* [clang-format] skip empty lines and comments in the top of the code when inse...Eric Liu2016-06-031-7/+78
* [clang-format] insert new #includes into correct blocks when cleaning up Repl...Eric Liu2016-05-311-16/+272
* [clang-format] moved unit tests related to replacements cleaner from FormatTe...Eric Liu2016-05-271-0/+41
* Make clang-format cleaner remove redundant commas in list and redundant colon...Eric Liu2016-05-181-0/+127
* Added Fixer implementation and fix() interface in clang-format for removing r...Eric Liu2016-04-251-0/+118
OpenPOWER on IntegriCloud