summaryrefslogtreecommitdiffstats
path: root/clang/lib/Tooling/Tooling.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the last remaining llvm/Config/config.h includesAlp Toker2014-06-041-1/+1
* [C++11] Use 'nullptr'. Tooling edition.Craig Topper2014-05-201-8/+9
* Tooling: use stderr, not stdout for missing command line messagesAlp Toker2014-05-161-2/+2
* Eliminate DefaultImageName from the Driver constructorAlp Toker2014-05-151-3/+1
* Push unique_ptr ownership of ASTUnits further back into their factories.David Blaikie2014-04-251-7/+9
* Improve ownership of ASTUnits in libTooling by using std::unique_ptr.David Blaikie2014-04-251-8/+8
* [Modules] Update Clang's two files that use DEBUG(...) without definingChandler Carruth2014-04-211-0/+2
* Tooling: Move heavyweight vectors around instead of copying.Benjamin Kramer2014-03-201-32/+27
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-151-2/+2
* Check for LLVM_ON_WIN32 instead of _WIN32.Hans Wennborg2014-03-121-1/+2
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-5/+5
* Change OwningPtr::take() to OwningPtr::release().Ahmed Charles2014-03-071-1/+1
* Disable all dependency output options when using the Tooling library.Peter Collingbourne2014-03-021-0/+1
* Adds the ability to inject a DiagnosticConsumer into ClangTools.Manuel Klimek2013-11-071-14/+30
* Introduce ClangTool::buildASTs, and buildASTFromCode.Peter Collingbourne2013-11-061-35/+119
* Move Compilation::PrintJob and PrintDiagnosticJob into Job::Print.Hans Wennborg2013-09-121-2/+2
* Simplify code with the in place path::native. No functionality change.Benjamin Kramer2013-09-111-3/+2
* Fix warning in builds without asserts.Rafael Espindola2013-08-101-0/+1
* Simplify now that llvm::sys::current_path checks $PWD.Rafael Espindola2013-08-101-12/+5
* Remove unused include.Rafael Espindola2013-06-261-1/+0
* Use llvm::sys::fs::getMainExecutable.Rafael Espindola2013-06-261-1/+1
* In tooling, reenable freeing of datastructures in codegen, just as we do forNick Lewycky2013-06-251-0/+1
* Include PathV1.h only where it is used.Rafael Espindola2013-06-171-0/+1
* [Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner2013-06-141-3/+4
* 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
OpenPOWER on IntegriCloud