summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Tooling
Commit message (Expand)AuthorAgeFilesLines
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-222-2/+2
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-222-2/+2
* Avoid using set::emplace as it is apparently not supported by gcc 4.7.Daniel Jasper2015-06-161-2/+2
* Tooling: When applying a set of replacements, do deletions beforeDaniel Jasper2015-06-161-0/+13
* Allow replacements created from token ranges to specify language options.Manuel Klimek2015-06-031-0/+25
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-115-30/+28
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-251-3/+2
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-251-2/+3
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-241-3/+2
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-241-2/+3
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-211-3/+2
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-201-2/+3
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-201-3/+2
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-201-2/+3
* 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
OpenPOWER on IntegriCloud