summaryrefslogtreecommitdiffstats
path: root/lib/Tooling
Commit message (Expand)AuthorAgeFilesLines
* Adds a FixedCompilationDatabase to be able to specify tool parametersManuel Klimek2012-04-181-0/+27
* Switches the JSONCompilationDatabase to use the YAML parser.Manuel Klimek2012-04-171-36/+45
* Fixes a fix to finding the current directory:Manuel Klimek2012-04-091-1/+4
* Tooling.cpp: Reorder inclusions according to the conding standards.NAKAMURA Takumi2012-04-041-3/+3
* Tooling.cpp: Don't refer to $ENV{PWD}. Use llvm::sys::fs instead.NAKAMURA Takumi2012-04-041-1/+3
* Adds a tooling library.Manuel Klimek2012-04-044-0/+541
* Reverts the Tooling changes as requested by Chris.Manuel Klimek2011-06-026-1310/+0
* This patch implements an AST matching framework that allows to writeManuel Klimek2011-05-313-30/+595
* Pulls the common part of the clang-check example into Tooling, to allow new t...Manuel Klimek2011-05-161-0/+81
* Let clang-check actually use the Directory entry in the json file.Nico Weber2011-05-141-1/+1
* Remove noisy semicolons.Benjamin Kramer2011-04-302-2/+2
* Add lib/Tooling to the Makefile build.Nico Weber2011-04-301-0/+15
* This is the next step in building the standalone tools infrastructure:Manuel Klimek2011-04-274-3/+429
* Adds a function to run FrontendActions over in-memory code. This isManuel Klimek2011-04-212-0/+223