summaryrefslogtreecommitdiff
path: root/include/clang/Tooling
Commit message (Expand)AuthorAge
* Nuke SetUpBuildDumpLog.Sean Silva2013-01-20
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-12
* Allow RefactoringTool to write to memory instead of always to diskEdwin Vane2013-01-11
* Style and Doc fix for CommonOptionsParserEdwin Vane2012-12-14
* Sort #include lines for all files under include/...Chandler Carruth2012-12-04
* Introduce CompilationDatabase::getAllCompileCommands() that returns allArgyrios Kyrtzidis2012-12-04
* Adds the possibility to inject a callback that's called after each translatio...Manuel Klimek2012-10-25
* FileNameMatchTrie: Use StringRef instead of Twines where possible.Daniel Jasper2012-10-08
* Support symlinks and relative paths in complilation databases.Daniel Jasper2012-10-08
* Add missing accessor.Manuel Klimek2012-09-13
* Tooling: Add a runToolOnCodeWithArgs() function that allowsNico Weber2012-08-30
* Use LLVM's plugin registry to enable registering new compilationDaniel Jasper2012-08-24
* Updated LibTooling.html, minor improvements in CommonOptionsParserAlexander Kornienko2012-08-24
* Reverted clang-check to fully supported CommandLine Library use-case: globalAlexander Kornienko2012-08-22
* Finishing the move of RefactoringCallbacks and fixing the correspondingDaniel Jasper2012-07-17
* Move RefactoringCallbacks to Tooling to avoid dependency fromDaniel Jasper2012-07-17
* The new clang-ast-dump tool for selective AST dumping. Moved common command-l...Alexander Kornienko2012-07-16
* Add refactoring callbacks to make common kinds of refactorings easy.Daniel Jasper2012-07-16
* Allows retrieving all files in a CompilationDatabase.Manuel Klimek2012-07-13
* Adds support for auto-detection of compilation databases, looking in a direct...Arnaud A. de Grandmaison2012-07-10
* Adds support for auto-detection of compilation databasesManuel Klimek2012-07-10
* Adapts the FrontendAction convenience functions so that it can beManuel Klimek2012-07-05
* Fixed a problem related to resolution of built-in headers in case a path of t...Alexander Kornienko2012-06-04
* Fix an object lifetime issue in clang/Tooling.Alexander Kornienko2012-05-31
* Adds a toString method to Replacement, which helps debugging.Manuel Klimek2012-05-30
* Apply review comment from Jordan Rose.Manuel Klimek2012-05-24
* Adds the Refactoring library, which is a layer on top of the Tooling libraryManuel Klimek2012-05-23
* Fix -Wdelete-non-virtual-dtor in Tooling code.David Blaikie2012-05-09
* Declare abstract class ArgumentsAdjuster. This abstract interface describesSimon Atanasyan2012-05-09
* Fixes resolution of relative paths when running clang tools.Manuel Klimek2012-05-07
* Fixes comment referencing old name.Manuel Klimek2012-04-23
* Adds a FixedCompilationDatabase to be able to specify tool parametersManuel Klimek2012-04-18
* Switches the JSONCompilationDatabase to use the YAML parser.Manuel Klimek2012-04-17
* Adds a tooling library.Manuel Klimek2012-04-04
* Reverts the Tooling changes as requested by Chris.Manuel Klimek2011-06-02
* Don't use stdint.h; including it directly is not allowed from LLVM code becau...Eli Friedman2011-06-01
* Remove pointless assert, N is unsigned.Benjamin Kramer2011-06-01
* Change a name for consistency and hopefully unbreak builds with gcc 4.6.Benjamin Kramer2011-06-01
* This patch implements an AST matching framework that allows to writeManuel Klimek2011-05-31
* Pulls the common part of the clang-check example into Tooling, to allow new t...Manuel Klimek2011-05-16
* This is the next step in building the standalone tools infrastructure:Manuel Klimek2011-04-27
* Adds a function to run FrontendActions over in-memory code. This isManuel Klimek2011-04-21