aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Tooling
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-14Style and Doc fix for CommonOptionsParserEdwin Vane
2012-12-04Sort #include lines for all files under include/...Chandler Carruth
2012-12-04Introduce CompilationDatabase::getAllCompileCommands() that returns allArgyrios Kyrtzidis
2012-10-25Adds the possibility to inject a callback that's called after each translatio...Manuel Klimek
2012-10-08FileNameMatchTrie: Use StringRef instead of Twines where possible.Daniel Jasper
2012-10-08Support symlinks and relative paths in complilation databases.Daniel Jasper
2012-09-13Add missing accessor.Manuel Klimek
2012-08-30Tooling: Add a runToolOnCodeWithArgs() function that allowsNico Weber
2012-08-24Use LLVM's plugin registry to enable registering new compilationDaniel Jasper
2012-08-24Updated LibTooling.html, minor improvements in CommonOptionsParserAlexander Kornienko
2012-08-22Reverted clang-check to fully supported CommandLine Library use-case: globalAlexander Kornienko
2012-07-17Finishing the move of RefactoringCallbacks and fixing the correspondingDaniel Jasper
2012-07-17Move RefactoringCallbacks to Tooling to avoid dependency fromDaniel Jasper
2012-07-16The new clang-ast-dump tool for selective AST dumping. Moved common command-l...Alexander Kornienko
2012-07-16Add refactoring callbacks to make common kinds of refactorings easy.Daniel Jasper
2012-07-13Allows retrieving all files in a CompilationDatabase.Manuel Klimek
2012-07-10Adds support for auto-detection of compilation databases, looking in a direct...Arnaud A. de Grandmaison
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-30Adds a toString method to Replacement, which helps debugging.Manuel Klimek
2012-05-24Apply review comment from Jordan Rose.Manuel Klimek
2012-05-23Adds the Refactoring library, which is a layer on top of the Tooling libraryManuel Klimek
2012-05-09Fix -Wdelete-non-virtual-dtor in Tooling code.David Blaikie
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-18Adds a FixedCompilationDatabase to be able to specify tool parametersManuel Klimek
2012-04-17Switches the JSONCompilationDatabase to use the YAML parser.Manuel Klimek
2012-04-04Adds a tooling library.Manuel Klimek
2011-06-02Reverts the Tooling changes as requested by Chris.Manuel Klimek
2011-06-01Don't use stdint.h; including it directly is not allowed from LLVM code becau...Eli Friedman
2011-06-01Remove pointless assert, N is unsigned.Benjamin Kramer
2011-06-01Change a name for consistency and hopefully unbreak builds with gcc 4.6.Benjamin Kramer
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