summaryrefslogtreecommitdiff
path: root/unittests/Tooling/RefactoringTest.cpp
Commit message (Expand)AuthorAge
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-12
* [C++11] Use 'nullptr'. Unittests edition.Craig Topper2014-06-08
* Fix two test-only leaks found by LSan.Nico Weber2014-04-24
* Reverted r192992 broke windows and freebsd builds.Ariel J. Bernal2013-10-18
* This patch fixes replacements that are not applied when relative paths areAriel J. Bernal2013-10-18
* Revert commit r192299 until find a way to account for simlinks in OS X.Ariel J. Bernal2013-10-09
* This patch fixes replacements that are not applied when relative paths areAriel J. Bernal2013-10-09
* Adding a vector version of clang::tooling::shiftedCodePosition().Edwin Vane2013-08-27
* Have Range::overlapsWith use positive logicEdwin Vane2013-08-13
* Adding a vector version of tooling::applyAllReplacementsEdwin Vane2013-08-13
* Fixing a conflict detection bug in tooling::deduplicateEdwin Vane2013-08-13
* Introduce Replacement deduplication and conflict detection functionEdwin Vane2013-08-08
* Adds overlapsWith and contains predicates on tooling::Range.Manuel Klimek2013-07-19
* Use llvm::sys::fs::createTemporaryFile.Rafael Espindola2013-07-05
* Remove last use of PathV1.h from clang.Rafael Espindola2013-06-26
* Include PathV1.h in a file that uses it.Rafael Espindola2013-06-11
* Let clang-format move the cursor appropriately.Daniel Jasper2013-05-21
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-12
* Sort the #include lines for unittests/...Chandler Carruth2012-12-04
* Buildbot debugging is funDouglas Gregor2012-10-23
* Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek2012-09-01
* Update unittests for include change.Benjamin Kramer2012-07-04
* Adds the Refactoring library, which is a layer on top of the Tooling libraryManuel Klimek2012-05-23