summaryrefslogtreecommitdiffstats
path: root/include/clang/Tooling/Tooling.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix use-after-free bug in Tooling.Alexander Kornienko2019-01-081-4/+4
* Lift VFS from clang to llvm (NFC)Jonas Devlieghere2018-10-101-7/+7
* [Tooling] Restore working dir in ClangTool.Ilya Biryukov2018-09-111-0/+7
* [Tooling] Do not restore working dir in ClangToolIlya Biryukov2018-08-291-0/+4
* [Tooling] Add an overload of runToolOnCodeWithArgs that takes VFSEric Liu2018-05-181-0/+9
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-31/+31
* Fix typos in clangAlexander Kornienko2018-04-061-1/+1
* [Tooling] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko2018-03-141-36/+47
* Revert "[Tooling] [0/1] Refactor FrontendActionFactory::create() to return st...Roman Lebedev2018-02-271-12/+9
* [Tooling] [0/1] Refactor FrontendActionFactory::create() to return std::uniqu...Roman Lebedev2018-02-271-9/+12
* [Tooling] Returns non-zero status code when files are skipped.Eric Liu2018-02-021-0/+3
* [Tooling] Added a VFS parameter to ClangToolIlya Biryukov2018-01-231-1/+5
* [Tooling] A new framework for executing clang frontend actions.Eric Liu2017-10-261-2/+4
* Allow CompilerInvocations to generate .d files.Sterling Augustine2017-07-061-1/+4
* Remove 'Filename' parameter from BeginSourceFileAction.Richard Smith2017-06-091-5/+4
* Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and...David Blaikie2017-01-061-3/+5
* Revert "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and ...David Blaikie2017-01-061-5/+3
* IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeComp...David Blaikie2017-01-051-3/+5
* Add an optional ToolName argument to runToolOnCodeWithArgs/buildASTFromCodeWi...Benjamin Kramer2016-01-291-1/+6
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+1
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-1/+1
* [VFS] Port tooling to use the in-memory file system.Benjamin Kramer2015-10-091-0/+4
* Adds a way for tools to deduce the target config from a compiler name.Manuel Klimek2015-10-061-0/+23
* Make the clang module container format selectable from the command line.Adrian Prantl2015-07-171-6/+6
* Introduce a PCHContainerOperations interface (NFC).Adrian Prantl2015-06-201-15/+48
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-1/+1
* Make the clang-fuzzer use the CompilerInstance directly.Manuel Klimek2015-03-281-0/+6
* Make ArgumentsAdjuster an std::function.Alexander Kornienko2014-12-031-2/+2
* Re-apply r222646 (was reverted in r222667). Adding 4 ASTMatchers: typedefDecl...Manuel Klimek2014-11-251-3/+8
* Reverting r222646; the tests do not pass on Windows. Also reverts r222664, wh...Aaron Ballman2014-11-241-8/+3
* Adding 4 ASTMatchers: typedefDecl, isInMainFile, isInSystemFile, isInFileMatc...Manuel Klimek2014-11-241-3/+8
* Clean up ClangTool's argument adjuster handling a bit with unique_ptr.Benjamin Kramer2014-09-241-12/+8
* Query CompilationDatabase right before running each compilation.Alexander Kornienko2014-08-271-2/+2
* Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)David Blaikie2014-08-101-2/+3
* Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie2014-07-171-3/+2
* unique_ptr-ify ownership of ASTConsumersDavid Blaikie2014-07-171-2/+3
* [C++11] Use 'nullptr'Craig Topper2014-05-061-3/+3
* Revert "Use make_unique<T>(...) rather than unique_ptr<T>(new T(...))"David Blaikie2014-05-011-4/+4
* Use make_unique<T>(...) rather than unique_ptr<T>(new T(...))David Blaikie2014-05-011-4/+4
* Follow-up to r207071: Let newFrontendActionFactory() return a unique_ptr.Nico Weber2014-04-281-8/+10
* Push unique_ptr ownership of ASTUnits further back into their factories.David Blaikie2014-04-251-5/+6
* Improve ownership of ASTUnits in libTooling by using std::unique_ptr.David Blaikie2014-04-251-1/+2
* Tooling: Move heavyweight vectors around instead of copying.Benjamin Kramer2014-03-201-2/+2
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-151-7/+7
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-021-2/+2
* Adds the ability to inject a DiagnosticConsumer into ClangTools.Manuel Klimek2013-11-071-3/+14
* Update \param in ToolInvocation() corresponding to r194164. [-Wdocumentation]NAKAMURA Takumi2013-11-061-1/+1
* Introduce ClangTool::buildASTs, and buildASTFromCode.Peter Collingbourne2013-11-061-11/+63
* Add a bit of explanation for FrontendActionFactory.Stefanus Du Toit2013-08-151-1/+4