aboutsummaryrefslogtreecommitdiff
path: root/unittests/Tooling
AgeCommit message (Expand)Author
2012-05-30Only visit default arguments for template declarations when visiting the temp...Richard Smith
2012-05-30Test commit - Fix typo in comment.Daniel Jasper
2012-05-27clang/unittests/Tooling/RewriterTestContext.h: Don't try to remove TemporaryD...NAKAMURA Takumi
2012-05-23Adds the Refactoring library, which is a layer on top of the Tooling libraryManuel Klimek
2012-05-22Fixes the autoconf build.Manuel Klimek
2012-05-22Adds a method overwriteChangedFiles to the Rewriter. This is implemented byManuel Klimek
2012-05-15Fixes crasher bug in JSONCompilationDatabase for invalid input.Manuel Klimek
2012-05-09RecursiveASTVisitor:Richard Smith
2012-05-02Unrevert r155951, reverted in r155962, with two changes:Richard Smith
2012-05-01Revert "Fix RecursiveASTVisitor's data recursion to call the Traverse* functi...Andrew Trick
2012-05-01Fix RecursiveASTVisitor's data recursion to call the Traverse* functions if theyRichard Smith
2012-04-26Fix file name in comment.David Blaikie
2012-04-25RecursiveASTVisitor: When in 'shouldVisitTemplateInstantiations' mode, visitRichard Smith
2012-04-24RecursiveASTVisitor: Visit instantiations of member templates of classRichard Smith
2012-04-23Fix PR12608. Patch contributed by Yang Chen.Manuel Klimek
2012-04-20No need to put the SourceManager in with the ASTContext, as the ASTContextManuel Klimek
2012-04-19Adds a unit test for the RecursiveASTVisitor.Manuel Klimek
2012-04-18Adds a FixedCompilationDatabase to be able to specify tool parametersManuel Klimek
2012-04-04clangFrontend depends on clangEdit.Benjamin Kramer
2012-04-04Adds a tooling library.Manuel Klimek
2011-06-02Reverts the Tooling changes as requested by Chris.Manuel Klimek
2011-06-01Fix broken test on windows. To get operator new working, we need size_t, for ...Manuel Klimek
2011-05-31This patch implements an AST matching framework that allows to writeManuel Klimek
2011-05-02Adds a test for the command line parser when a quoted string is not closed by...Manuel Klimek
2011-04-27This is the next step in building the standalone tools infrastructure:Manuel Klimek
2011-04-21Adds a function to run FrontendActions over in-memory code. This isManuel Klimek