summaryrefslogtreecommitdiffstats
path: root/unittests/Tooling
Commit message (Expand)AuthorAgeFilesLines
* Make ArgumentsAdjuster an std::function.Alexander Kornienko2014-12-031-22/+11
* Standardize on StringMap::insert, removing uses of StringMap::GetOrCreateValue.David Blaikie2014-11-192-2/+4
* [CMake] Add dependencies on clangToolingCore.NAKAMURA Takumi2014-10-301-0/+1
* Refactor libTooling to reduce required dependencies.Daniel Jasper2014-10-291-1/+2
* Make VFS and FileManager match the current MemoryBuffer API.Benjamin Kramer2014-10-262-6/+4
* Fix initializing TypeOfTypeLocOlivier Goffart2014-10-241-0/+11
* Separated RecursiveASTVisitorTest into multiple files.Manuel Klimek2014-10-097-514/+585
* Adds 'override' to overriding methods. NFC.Fariborz Jahanian2014-10-011-1/+1
* Tooling: Ignore file names in tooling::deduplicate.Benjamin Kramer2014-09-091-2/+6
* Overload SourceManager::overrideFileContents so that unconditionally passing ...David Blaikie2014-08-271-1/+1
* Update for LLVM api change.Rafael Espindola2014-08-271-2/+3
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-132-4/+4
* Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)David Blaikie2014-08-103-28/+35
* Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie2014-07-173-35/+28
* unique_ptr-ify ownership of ASTConsumersDavid Blaikie2014-07-173-28/+35
* Make clang's rewrite engine a core featureAlp Toker2014-07-162-2/+2
* Track IntrusiveRefCntPtr::get() changes from LLVM r212366Alp Toker2014-07-051-2/+2
* Remove 'const' from MemoryBuffers used through the SourceManagerDavid Blaikie2014-06-271-2/+1
* Make test from r211758 portableAlp Toker2014-06-261-0/+1
* RAV: visit copy expressions of captured variables in blocks (ObjC++11)Alp Toker2014-06-262-1/+22
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-122-5/+3
* [C++11] Use 'nullptr'. Unittests edition.Craig Topper2014-06-085-12/+12
* Fix RecursiveASTVisitor to visit types in ObjCPropertyDeclAlp Toker2014-06-062-1/+11
* Remove the last remaining llvm/Config/config.h includesAlp Toker2014-06-041-1/+1
* [modules] Fix ODR violation: there's another clang::TypeLocVisitor elsewhere.Richard Smith2014-05-191-3/+4
* 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 two leaks found by LSan (one is test-only).Nico Weber2014-04-241-1/+1
* Fix two test-only leaks found by LSan.Nico Weber2014-04-242-2/+6
* 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-073-15/+15
* Replace OwningPtr::isValid() with conversion to bool.Ahmed Charles2014-03-071-4/+4
* 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
* unittests: explicit stringify StringRefs for conversionSaleem Abdulrasool2014-01-251-1/+1
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-072-2/+1
* Revert "ToolingTest.cpp: Fix r158592, runToolOnCode.FindsNoTopLevelDeclOnEmpt...Alp Toker2014-01-041-5/+0
* Update RecursiveASTVisitor so that it visits attributes. This is currentlyDeLesley Hutchins2013-12-301-0/+39
* [CMake] Update target_link_libraries() and LLVM_LINK_COMPONENTS for each CMak...NAKAMURA Takumi2013-12-101-6/+6
* Relax some preconditions for using FixedCompilationDatabase.Edwin Vane2013-11-171-3/+41
* 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