summaryrefslogtreecommitdiffstats
path: root/lib/Tooling/Tooling.cpp
Commit message (Expand)AuthorAgeFilesLines
* Prevent ClangTools from generating dependency files.Sterling Augustine2017-07-141-0/+1
* This call-site should have been updated as part of D34304.Sterling Augustine2017-07-061-3/+5
* Allow CompilerInvocations to generate .d files.Sterling Augustine2017-07-061-4/+6
* Method loadFromCommandLine should be able to report errorsSerge Pavlov2017-05-241-0/+2
* unique_ptrify createDriverOptTableDavid Blaikie2017-01-131-1/+1
* Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and...David Blaikie2017-01-061-7/+8
* Revert "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and ...David Blaikie2017-01-061-8/+7
* IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeComp...David Blaikie2017-01-051-7/+8
* Fix memory leak by storing returned pointer in std::unique_ptrRichard Trieu2016-08-301-4/+3
* Fix colored diagnostics from toolsOlivier Goffart2016-08-301-0/+8
* [NFC] Header cleanupMehdi Amini2016-07-181-1/+2
* NFC. Test commit, remove a redundant empty line in Tooling.cppArtur Pilipenko2016-06-281-1/+0
* Apply some suggestions from clang-tidy's performance-unnecessary-value-param.Benjamin Kramer2016-06-151-2/+3
* Add some std::move where the value is only read otherwise.Benjamin Kramer2016-06-121-10/+13
* Apply clang-tidy's misc-move-constructor-init throughout Clang.Benjamin Kramer2016-05-271-3/+6
* [Tooling] Inject -resource-dir instead of overwriting argv[0].Benjamin Kramer2016-04-211-8/+23
* Add an optional ToolName argument to runToolOnCodeWithArgs/buildASTFromCodeWi...Benjamin Kramer2016-01-291-8/+10
* Make ArgumentAdjuster aware of the current file being processed.Alexander Kornienko2015-11-051-1/+1
* Roll-back r250822.Angel Garcia Gomez2015-10-201-3/+3
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-3/+3
* [VFS] Wire up driver VFS through tooling.Benjamin Kramer2015-10-091-4/+5
* [VFS] Port tooling to use the in-memory file system.Benjamin Kramer2015-10-091-20/+52
* [Tooling] Don't run a tool invocation without a FileManager.Benjamin Kramer2015-10-061-1/+3
* [Tooling] Reuse FileManager in ASTUnit.Benjamin Kramer2015-10-061-2/+2
* Adds a way for tools to deduce the target config from a compiler name.Manuel Klimek2015-10-061-0/+26
* 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