summaryrefslogtreecommitdiff
path: root/lib/Tooling/Tooling.cpp
Commit message (Expand)AuthorAgeFilesLines
* [tooling] Relax an assert when multiple GPU targets are specified.Michael Liao2019-10-181-1/+1
* [tooling] Fix assertion on MacOSX.Michael Liao2019-10-101-1/+6
* [tooling] Teach Tooling to understand compilation with offloading.Michael Liao2019-10-101-1/+23
* [Driver] Use shared singleton instance of DriverOptTableIlya Biryukov2019-09-041-2/+1
* [Tooling] Migrated APIs that take ownership of objects to unique_ptrDmitri Gribenko2019-08-301-15/+14
* [clang-scan-deps] reuse the file manager across invocations ofAlex Lorenz2019-08-291-2/+6
* Changed FrontendActionFactory::create to return a std::unique_ptrDmitri Gribenko2019-08-291-5/+10
* ArrayRef'ized CompilerInvocation::CreateFromArgsDmitri Gribenko2019-08-271-3/+1
* [clang-scan-deps] Introduce the DependencyScanning library with theAlex Lorenz2019-06-261-1/+6
* [clang-tidy] Fail gracefully upon empty database fieldsSerge Guelton2019-06-201-1/+1
* Basic: Return a reference from FileManager::getVirtualFileSystem, NFCDuncan P. N. Exon Smith2019-03-261-1/+1
* 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-12/+6
* Remove stat cache chaining as it's no longer needed after PTH support has beenAlex Lorenz2018-12-211-1/+1
* Revert "Make clang-based tools find libc++ on MacOS"Jonas Devlieghere2018-11-121-3/+0
* Make clang-based tools find libc++ on MacOSIlya Biryukov2018-11-121-0/+3
* [Tooling] Avoid diagnosing missing input files in an edge-case where it's inc...Sam McCall2018-11-091-0/+6
* [Tooling] Produce diagnostics for missing input files.Sam McCall2018-11-081-2/+0
* Lift VFS from clang to llvm (NFC)Jonas Devlieghere2018-10-101-18/+18
* [Tooling] Restore working dir in ClangTool.Ilya Biryukov2018-09-111-0/+22
* [Tooling] Do not restore working dir in ClangToolIlya Biryukov2018-08-291-19/+22
* [Tooling] Get working directory properly without assuming real file system.Eric Liu2018-07-121-3/+7
* [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