summaryrefslogtreecommitdiffstats
path: root/include/clang/Tooling
Commit message (Expand)AuthorAgeFilesLines
* Adds a FixedCompilationDatabase to be able to specify tool parametersManuel Klimek2012-04-181-3/+56
* Switches the JSONCompilationDatabase to use the YAML parser.Manuel Klimek2012-04-171-8/+9
* Adds a tooling library.Manuel Klimek2012-04-042-0/+377
* Reverts the Tooling changes as requested by Chris.Manuel Klimek2011-06-023-3275/+0
* Don't use stdint.h; including it directly is not allowed from LLVM code becau...Eli Friedman2011-06-011-2/+2
* Remove pointless assert, N is unsigned.Benjamin Kramer2011-06-011-1/+0
* Change a name for consistency and hopefully unbreak builds with gcc 4.6.Benjamin Kramer2011-06-011-2/+2
* This patch implements an AST matching framework that allows to writeManuel Klimek2011-05-313-2/+3136
* Pulls the common part of the clang-check example into Tooling, to allow new t...Manuel Klimek2011-05-161-0/+61
* This is the next step in building the standalone tools infrastructure:Manuel Klimek2011-04-271-1/+44
* Adds a function to run FrontendActions over in-memory code. This isManuel Klimek2011-04-211-0/+38