summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Format/CleanupTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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