aboutsummaryrefslogtreecommitdiff
path: root/lib/Tooling
AgeCommit message (Expand)Author
2012-05-07Fix includes for unices that don't have chdir declared transitively.Manuel Klimek
2012-05-07Includes direct.h for windows compilation.Manuel Klimek
2012-05-07Fixes resolution of relative paths when running clang tools.Manuel Klimek
2012-04-25Fixes the header search logic for tools: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-09Fixes a fix to finding the current directory:Manuel Klimek
2012-04-04Tooling.cpp: Reorder inclusions according to the conding standards.NAKAMURA Takumi
2012-04-04Tooling.cpp: Don't refer to $ENV{PWD}. Use llvm::sys::fs instead.NAKAMURA Takumi
2012-04-04Adds a tooling library.Manuel Klimek
2011-06-02Reverts the Tooling changes as requested by Chris.Manuel Klimek
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-05-14Let clang-check actually use the Directory entry in the json file.Nico Weber
2011-04-30Remove noisy semicolons.Benjamin Kramer
2011-04-30Add lib/Tooling to the Makefile build.Nico Weber
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