summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Tooling/RefactoringTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* s/LLVM_ON_WIN32/_WIN32/, clangNico Weber2018-04-271-3/+3
* Revert "[Tooling] [0/1] Refactor FrontendActionFactory::create() to return st...Roman Lebedev2018-02-271-1/+1
* [Tooling] [0/1] Refactor FrontendActionFactory::create() to return std::uniqu...Roman Lebedev2018-02-271-1/+1
* Added `applyAtomicChanges` function.Eric Liu2017-07-311-0/+422
* Fix ODR violations due to abuse of LLVM_YAML_IS_(FLOW_)?SEQUENCE_VECTORRichard Smith2017-06-301-4/+8
* Add `replace` interface with range in AtomicChange.Haojian Wu2017-03-301-11/+12
* Revert "Added `applyAtomicChanges` function."Juergen Ributzka2017-03-291-430/+0
* Revert "Try to unbreak buildbots after r298913."Juergen Ributzka2017-03-291-20/+28
* Try to unbreak buildbots after r298913.Eric Liu2017-03-281-28/+20
* Added `applyAtomicChanges` function.Eric Liu2017-03-281-0/+430
* Add missing implementation for AtomicChange::replace(...)Eric Liu2017-03-081-2/+20
* Introducing clang::tooling::AtomicChange for refactoring tools.Eric Liu2017-03-011-4/+187
* Make llvm::Error generated from replacement interfaces more specific.Eric Liu2016-11-221-19/+75
* Fix memory leak caused by r286096.Eric Liu2016-11-071-6/+6
* Deduplicate replacements by FileEntry instead of file names.Eric Liu2016-11-071-19/+44
* Try to fix windows bot file path style failure caused by r284219.Eric Liu2016-10-141-0/+18
* Deduplicate sets of replacements by file names.Eric Liu2016-10-141-0/+18
* Merge conflicting replacements when they are order-independent.Eric Liu2016-09-281-12/+180
* Recommit r281457 "Supports adding insertion around non-insertion replacements".Eric Liu2016-09-191-5/+83
* Revert r281457 "Supports adding insertion around non-insertion replacements."Artem Belevich2016-09-141-72/+5
* Supports adding insertion around non-insertion replacements.Eric Liu2016-09-141-5/+72
* Fixes calculateRangesAfterReplacements crash when Replacements is empty.Eric Liu2016-08-081-0/+7
* Fix bug in conflict check for Replacements::add().Manuel Klimek2016-08-031-0/+20
* Fix quadratic runtime when adding items to tooling::Replacements.Manuel Klimek2016-08-031-0/+42
* Implement tooling::Replacements as a class.Eric Liu2016-08-011-250/+176
* [NFC] Header cleanupMehdi Amini2016-07-181-1/+0
* Make tooling::applyAllReplacements return llvm::Expected<string> instead of e...Eric Liu2016-07-111-12/+17
* Added calculateRangesAfterReplaments() to calculate affacted ranges in the ne...Eric Liu2016-06-211-4/+87
* Added formatAndApplyAllReplacements that works on multiple files in libTooling.Eric Liu2016-03-291-1/+35
* Add functions to apply replacements and reformat them.Manuel Klimek2016-03-011-0/+19
* Revert "Implement new interfaces for code-formatting when applying replacemen...Manuel Klimek2016-02-291-49/+0
* Implement new interfaces for code-formatting when applying replacements.Manuel Klimek2016-02-291-0/+49
* Fix calculation of shifted cursor/code positions. Specifically supportDaniel Jasper2015-11-231-6/+15
* clang-format: Add initial #include sorting capabilities.Daniel Jasper2015-09-231-0/+93
* 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-111-4/+4
* Standardize on StringMap::insert, removing uses of StringMap::GetOrCreateValue.David Blaikie2014-11-191-1/+2
* Make VFS and FileManager match the current MemoryBuffer API.Benjamin Kramer2014-10-261-3/+2
* Tooling: Ignore file names in tooling::deduplicate.Benjamin Kramer2014-09-091-2/+6
* Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)David Blaikie2014-08-101-3/+4
* Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie2014-07-171-4/+3
* unique_ptr-ify ownership of ASTConsumersDavid Blaikie2014-07-171-3/+4
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-121-3/+2
* [C++11] Use 'nullptr'. Unittests edition.Craig Topper2014-06-081-2/+2
* Fix two test-only leaks found by LSan.Nico Weber2014-04-241-1/+3
* Reverted r192992 broke windows and freebsd builds.Ariel J. Bernal2013-10-181-46/+0
* This patch fixes replacements that are not applied when relative paths areAriel J. Bernal2013-10-181-0/+46
* Revert commit r192299 until find a way to account for simlinks in OS X.Ariel J. Bernal2013-10-091-53/+0
* This patch fixes replacements that are not applied when relative paths areAriel J. Bernal2013-10-091-0/+53
* Adding a vector version of clang::tooling::shiftedCodePosition().Edwin Vane2013-08-271-0/+19
OpenPOWER on IntegriCloud