summaryrefslogtreecommitdiffstats
path: root/lib/Tooling/Tooling.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-041-0/+291
* Reverts the Tooling changes as requested by Chris.Manuel Klimek2011-06-021-403/+0
* This patch implements an AST matching framework that allows to writeManuel Klimek2011-05-311-30/+30
* Pulls the common part of the clang-check example into Tooling, to allow new t...Manuel Klimek2011-05-161-0/+81
* Remove noisy semicolons.Benjamin Kramer2011-04-301-1/+1
* This is the next step in building the standalone tools infrastructure:Manuel Klimek2011-04-271-3/+107
* Adds a function to run FrontendActions over in-memory code. This isManuel Klimek2011-04-211-0/+218