aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Tooling/Tooling.h
AgeCommit message (Expand)Author
2013-01-20Nuke SetUpBuildDumpLog.Sean Silva
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko
2013-01-11Allow RefactoringTool to write to memory instead of always to diskEdwin Vane
2012-12-04Sort #include lines for all files under include/...Chandler Carruth
2012-10-25Adds the possibility to inject a callback that's called after each translatio...Manuel Klimek
2012-08-30Tooling: Add a runToolOnCodeWithArgs() function that allowsNico Weber
2012-07-16Add refactoring callbacks to make common kinds of refactorings easy.Daniel Jasper
2012-07-10Adds support for auto-detection of compilation databasesManuel Klimek
2012-07-05Adapts the FrontendAction convenience functions so that it can beManuel Klimek
2012-06-04Fixed a problem related to resolution of built-in headers in case a path of t...Alexander Kornienko
2012-05-31Fix an object lifetime issue in clang/Tooling.Alexander Kornienko
2012-05-09Declare abstract class ArgumentsAdjuster. This abstract interface describesSimon Atanasyan
2012-05-07Fixes resolution of relative paths when running clang tools.Manuel Klimek
2012-04-23Fixes comment referencing old name.Manuel Klimek
2012-04-04Adds a tooling library.Manuel Klimek
2011-06-02Reverts the Tooling changes as requested by Chris.Manuel Klimek
2011-05-31This patch implements an AST matching framework that allows to writeManuel Klimek
2011-05-16Pulls the common part of the clang-check example into Tooling, to allow new t...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