summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Tooling/ToolingTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Lift VFS from clang to llvm (NFC)Jonas Devlieghere2018-10-101-12/+12
* IWYU for llvm-config.h in clang. See r331124 for details.Nico Weber2018-04-301-1/+0
* s/LLVM_ON_WIN32/_WIN32/, clangNico Weber2018-04-271-2/+2
* Updated a usage of createTemporaryFile that does not expect file to be created.Ilya Biryukov2018-03-191-2/+2
* Revert "[Tooling] [0/1] Refactor FrontendActionFactory::create() to return st...Roman Lebedev2018-02-271-59/+52
* [Tooling] [0/1] Refactor FrontendActionFactory::create() to return std::uniqu...Roman Lebedev2018-02-271-52/+59
* [Tooling] Added a VFS parameter to ClangToolIlya Biryukov2018-01-231-0/+18
* Do not perform the analysis based warning if the warnings are ignoredOlivier Goffart2017-11-231-0/+26
* Fix skipping of flags in getClangStripDependencyFileAdjusterDave Lee2017-11-171-0/+31
* Remove 'Filename' parameter from BeginSourceFileAction.Richard Smith2017-06-091-1/+1
* Fix colored diagnostics from toolsOlivier Goffart2016-08-301-0/+38
* [NFC] Header cleanupMehdi Amini2016-07-181-1/+2
* ToolingTests/runToolOnCode.TestSkipFunctionBody: Appease msc targets.NAKAMURA Takumi2016-06-171-3/+4
* Fix a few issues while skipping function bodiesOlivier Goffart2016-06-161-1/+55
* Make ArgumentAdjuster aware of the current file being processed.Alexander Kornienko2015-11-051-1/+1
* [VFS] Port tooling to use the in-memory file system.Benjamin Kramer2015-10-091-9/+24
* ToolingTests: Tweak getAnyTarget() to match "x86_64".NAKAMURA Takumi2015-10-061-3/+5
* Adds a way for tools to deduce the target config from a compiler name.Manuel Klimek2015-10-061-0/+80
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-14/+12
* Make ArgumentsAdjuster an std::function.Alexander Kornienko2014-12-031-22/+11
* Adds 'override' to overriding methods. NFC.Fariborz Jahanian2014-10-011-1/+1
* Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)David Blaikie2014-08-101-22/+28
* Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie2014-07-171-28/+22
* unique_ptr-ify ownership of ASTConsumersDavid Blaikie2014-07-171-22/+28
* Track IntrusiveRefCntPtr::get() changes from LLVM r212366Alp Toker2014-07-051-2/+2
* [C++11] Use 'nullptr'. Unittests edition.Craig Topper2014-06-081-3/+3
* Remove the last remaining llvm/Config/config.h includesAlp Toker2014-06-041-1/+1
* Push unique_ptr ownership of ASTUnits further back into their factories.David Blaikie2014-04-251-2/+2
* Improve ownership of ASTUnits in libTooling by using std::unique_ptr.David Blaikie2014-04-251-5/+2
* fix a test-only leak found by lsan, PR19521Kostya Serebryany2014-04-251-0/+1
* Fix four more test-only leaks found by LSan.Nico Weber2014-04-241-4/+11
* Check for LLVM_ON_WIN32 instead of _WIN32.Hans Wennborg2014-03-121-2/+3
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-5/+5
* MSVC 2012 doesn't support std::initializer_list at all, so don't rely onPeter Collingbourne2014-03-031-2/+6
* MSVC cannot understand temporaries formed from initializer lists.Peter Collingbourne2014-03-031-3/+3
* Disable all dependency output options when using the Tooling library.Peter Collingbourne2014-03-021-0/+11
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-021-2/+2
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-071-1/+1
* Revert "ToolingTest.cpp: Fix r158592, runToolOnCode.FindsNoTopLevelDeclOnEmpt...Alp Toker2014-01-041-5/+0
* unittests/Tooling/ToolingTest.cpp: Suppress new tests on win32, due to handli...NAKAMURA Takumi2013-11-131-1/+1
* Add test for injecting diagnostic consumers into a ClangTool.Manuel Klimek2013-11-121-0/+12
* Adds the ability to inject a DiagnosticConsumer into ClangTools.Manuel Klimek2013-11-071-0/+19
* Disable a tooling test on Windows.Peter Collingbourne2013-11-061-0/+2
* Introduce ClangTool::buildASTs, and buildASTFromCode.Peter Collingbourne2013-11-061-4/+50
* Use the same SourceManager for ModuleMaps and compilations.Manuel Klimek2013-10-241-0/+20
* Enables chaining of argument adjusters in clang tools.Manuel Klimek2013-06-041-0/+41
* Coding style fix for SourceFileCallbacksEdwin Vane2013-05-301-3/+3
* Tooling: Call back for both begin and end of sourcesEdwin Vane2013-05-291-7/+14
* Fix a typo in the name of a tooling unit testHal Finkel2013-01-281-1/+1
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-6/+6
OpenPOWER on IntegriCloud