summaryrefslogtreecommitdiffstats
path: root/clang/lib/Tooling/Tooling.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* ClangTool: strip -o from the command linePavel Labath2013-06-061-2/+3
* Enables chaining of argument adjusters in clang tools.Manuel Klimek2013-06-041-4/+16
* ClangTool output cleanupEdwin Vane2013-03-151-2/+8
* Reverting r176944 until Author fixes test failure.Edwin Vane2013-03-131-5/+2
* ClangTool output cleanupEdwin Vane2013-03-131-2/+5
* Nuke SetUpBuildDumpLog.Sean Silva2013-01-201-6/+3
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-9/+9
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-2/+2
* Remove some dead code. CLANG_IS_PRODUCTION is now just a build flag andRafael Espindola2012-11-271-1/+1
* Make DiagnosticOptions intrusively reference-counted, and make sureDouglas Gregor2012-10-231-4/+5
* Tooling: Add a runToolOnCodeWithArgs() function that allowsNico Weber2012-08-301-8/+13
* Fixes a segfault in Tooling when using pch's:Manuel Klimek2012-07-311-0/+1
* Adds support for auto-detection of compilation databasesManuel Klimek2012-07-101-20/+7
* Adapts the FrontendAction convenience functions so that it can beManuel Klimek2012-07-051-1/+0
* Fixed a problem related to resolution of built-in headers in case a path of t...Alexander Kornienko2012-06-041-25/+15
* ToolInvocation::mapVirtualFile(): Tweak for Win32. Handle the key as native p...NAKAMURA Takumi2012-06-021-1/+3
* Fix an object lifetime issue in clang/Tooling.Alexander Kornienko2012-05-311-6/+9
* Fixed a memory leak in clang/Tooling.Alexander Kornienko2012-05-301-2/+1
* Tooling: Canonicalize Key in IndexByFile[]. llvm::sys::path::native() may be ...NAKAMURA Takumi2012-05-231-2/+6
* Declare abstract class ArgumentsAdjuster. This abstract interface describesSimon Atanasyan2012-05-091-3/+9
* Fix includes for unices that don't have chdir declared transitively.Manuel Klimek2012-05-071-1/+3
* Includes direct.h for windows compilation.Manuel Klimek2012-05-071-0/+5
* Fixes resolution of relative paths when running clang tools.Manuel Klimek2012-05-071-14/+19
* Fixes the header search logic for tools:Manuel Klimek2012-04-251-5/+16
* 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
OpenPOWER on IntegriCloud