summaryrefslogtreecommitdiffstats
path: root/unittests/Tooling/ToolingTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow an ASTConsumer to selectively skip function bodies while parsing. PatchRichard Smith2012-11-271-0/+24
* unittests/ToolingTest.cpp: Suppress newFrontendActionFactory.InjectsEndOfSour...NAKAMURA Takumi2012-10-251-0/+2
* Adds the possibility to inject a callback that's called after each translatio...Manuel Klimek2012-10-251-0/+30
* Adapts the FrontendAction convenience functions so that it can beManuel Klimek2012-07-051-1/+3
* ToolingTest.cpp: Fix r158592, runToolOnCode.FindsNoTopLevelDeclOnEmptyCode on...NAKAMURA Takumi2012-06-161-0/+5
* Explicitly build __builtin_va_list.Meador Inge2012-06-161-2/+2
* Revert r157819, "#ifdef out a broken test on win32"NAKAMURA Takumi2012-06-021-5/+0
* #ifdef out a broken test on win32Alexander Kornienko2012-06-011-0/+5
* Added a test for ToolInvocation::mapVirtualFile method.Alexander Kornienko2012-06-011-0/+14