summaryrefslogtreecommitdiffstats
path: root/clang/lib/Tooling/Tooling.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Tooling] Add an overload of runToolOnCodeWithArgs that takes VFSEric Liu2018-05-181-10/+21
* [clang] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-151-1/+1
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-3/+3
* IWYU for llvm-config.h in clang. See r331124 for details.Nico Weber2018-04-301-1/+0
* Move a ref-counted pointer instead of copying it. NFC.Alexander Kornienko2018-03-271-1/+1
* [Tooling] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko2018-03-141-50/+82
* Revert "[Tooling] [0/1] Refactor FrontendActionFactory::create() to return st...Roman Lebedev2018-02-271-20/+17
* [Tooling] [0/1] Refactor FrontendActionFactory::create() to return std::uniqu...Roman Lebedev2018-02-271-17/+20
* [Tooling] Returns non-zero status code when files are skipped.Eric Liu2018-02-021-6/+3
* [Tooling] Added a VFS parameter to ClangToolIlya Biryukov2018-01-231-2/+3
* [Tooling] A new framework for executing clang frontend actions.Eric Liu2017-10-261-5/+2
* Use class to pass information about executable nameSerge Pavlov2017-08-291-4/+5
* 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
OpenPOWER on IntegriCloud