aboutsummaryrefslogtreecommitdiff
path: root/lib/Tooling/Tooling.cpp
AgeCommit message (Expand)Author
2013-03-15ClangTool output cleanupEdwin Vane
2013-03-13Reverting r176944 until Author fixes test failure.Edwin Vane
2013-03-13ClangTool output cleanupEdwin Vane
2013-01-20Nuke SetUpBuildDumpLog.Sean Silva
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2012-11-27Remove some dead code. CLANG_IS_PRODUCTION is now just a build flag andRafael Espindola
2012-10-23Make DiagnosticOptions intrusively reference-counted, and make sureDouglas Gregor
2012-08-30Tooling: Add a runToolOnCodeWithArgs() function that allowsNico Weber
2012-07-31Fixes a segfault in Tooling when using pch's:Manuel Klimek
2012-07-10Adds support for auto-detection of compilation databasesManuel Klimek
2012-07-05Adapts the FrontendAction convenience functions so that it can beManuel Klimek
2012-06-04Fixed a problem related to resolution of built-in headers in case a path of t...Alexander Kornienko
2012-06-02ToolInvocation::mapVirtualFile(): Tweak for Win32. Handle the key as native p...NAKAMURA Takumi
2012-05-31Fix an object lifetime issue in clang/Tooling.Alexander Kornienko
2012-05-30Fixed a memory leak in clang/Tooling.Alexander Kornienko
2012-05-23Tooling: Canonicalize Key in IndexByFile[]. llvm::sys::path::native() may be ...NAKAMURA Takumi
2012-05-09Declare abstract class ArgumentsAdjuster. This abstract interface describesSimon Atanasyan
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-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-04-30Remove noisy semicolons.Benjamin Kramer
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