summaryrefslogtreecommitdiffstats
path: root/unittests/Tooling/RewriterTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Implement tooling::Replacements as a class.Eric Liu2016-08-011-2/+5
* Make tooling::applyAllReplacements return llvm::Expected<string> instead of e...Eric Liu2016-07-111-2/+3
* Avoid using set::emplace as it is apparently not supported by gcc 4.7.Daniel Jasper2015-06-161-2/+2
* Tooling: When applying a set of replacements, do deletions beforeDaniel Jasper2015-06-161-0/+13
* Adds a method overwriteChangedFiles to the Rewriter. This is implemented byManuel Klimek2012-05-221-0/+37