summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Tooling/RefactoringTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Have Range::overlapsWith use positive logicEdwin Vane2013-08-131-0/+1
* Adding a vector version of tooling::applyAllReplacementsEdwin Vane2013-08-131-0/+15
* Fixing a conflict detection bug in tooling::deduplicateEdwin Vane2013-08-131-6/+11
* Introduce Replacement deduplication and conflict detection functionEdwin Vane2013-08-081-0/+71
* Adds overlapsWith and contains predicates on tooling::Range.Manuel Klimek2013-07-191-0/+15
* Use llvm::sys::fs::createTemporaryFile.Rafael Espindola2013-07-051-1/+1
* Remove last use of PathV1.h from clang.Rafael Espindola2013-06-261-19/+25
* Include PathV1.h in a file that uses it.Rafael Espindola2013-06-111-0/+1
* Let clang-format move the cursor appropriately.Daniel Jasper2013-05-211-0/+24
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-2/+2
* Sort the #include lines for unittests/...Chandler Carruth2012-12-041-2/+2
* Buildbot debugging is funDouglas Gregor2012-10-231-1/+1
* Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek2012-09-011-1/+1
* Update unittests for include change.Benjamin Kramer2012-07-041-0/+1
* Adds the Refactoring library, which is a layer on top of the Tooling libraryManuel Klimek2012-05-231-0/+304
OpenPOWER on IntegriCloud