summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Tooling/RewriterTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Adds a method overwriteChangedFiles to the Rewriter. This is implemented byManuel Klimek2012-05-221-0/+37
first writing the changed files to a temporary location and then overwriting the original files atomically. Also adds a RewriterTestContext to aid unit testing rewrting logic in general. llvm-svn: 157260
OpenPOWER on IntegriCloud