aboutsummaryrefslogtreecommitdiff
path: root/unittests/Tooling/RewriterTestContext.h
AgeCommit message (Expand)Author
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko
2012-10-23Buildbot debugging is funDouglas Gregor
2012-09-01Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek
2012-08-23Fix undefined behavior: member function calls where 'this' is a null pointer.Richard Smith
2012-06-07Move sideeffecting call out of assert().Benjamin Kramer
2012-06-06Switches the RewriterTestContext away from PathV1.Manuel Klimek
2012-06-05Fixes the refactoring library test in VS2010.Manuel Klimek
2012-05-27clang/unittests/Tooling/RewriterTestContext.h: Don't try to remove TemporaryD...NAKAMURA Takumi
2012-05-22Adds a method overwriteChangedFiles to the Rewriter. This is implemented byManuel Klimek