summaryrefslogtreecommitdiffstats
path: root/clang/lib/Tooling/Tooling.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-2/+2
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-2/+2
* Introduce a PCHContainerOperations interface (NFC).Adrian Prantl2015-06-201-43/+52
* Make the clang-fuzzer use the CompilerInstance directly.Manuel Klimek2015-03-281-1/+1
* Make ArgumentsAdjuster an std::function.Alexander Kornienko2014-12-031-7/+10
* Re-apply r222646 (was reverted in r222667). Adding 4 ASTMatchers: typedefDecl...Manuel Klimek2014-11-251-3/+11
* Reverting r222646; the tests do not pass on Windows. Also reverts r222664, wh...Aaron Ballman2014-11-241-11/+3
* Adding 4 ASTMatchers: typedefDecl, isInMainFile, isInSystemFile, isInFileMatc...Manuel Klimek2014-11-241-3/+11
* [Tooling] Restore current directory after processing each file.Alexander Kornienko2014-11-101-2/+17
* Driver: Use pointee_iterator rather than iterating over unique_ptrsJustin Bogner2014-10-031-2/+2
* Clean up ClangTool's argument adjuster handling a bit with unique_ptr.Benjamin Kramer2014-09-241-18/+5
* unique_ptrify JobList::JobsDavid Blaikie2014-09-041-5/+5
* Query CompilationDatabase right before running each compilation.Alexander Kornienko2014-08-271-49/+44
* Update for LLVM api change.Rafael Espindola2014-08-271-2/+4
* Track IntrusiveRefCntPtr::get() changes from LLVM r212366Alp Toker2014-07-051-2/+2
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-121-1/+1
* 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
OpenPOWER on IntegriCloud