summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/unittests/clang-modernize/TransformTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove clang-modernize.Alexander Kornienko2015-12-171-299/+0
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-9/+9
* Plug a unit test memory leak.Benjamin Kramer2014-09-041-1/+2
* Recommit 213308: unique_ptr-ify ownership of ASTConsumers (reverted in r213324)David Blaikie2014-08-101-2/+2
* Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie2014-07-171-2/+2
* unique_ptr-ify ownership of ASTConsumersDavid Blaikie2014-07-171-2/+2
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-121-2/+2
* [C++11] Use 'nullptr'.Craig Topper2014-06-091-1/+1
* Try to fix the build. newFrontendActionFactory was changed to return a unique...Benjamin Kramer2014-04-281-2/+3
* Run llvm/utils/sort_includes.py over the Clang tools code. This doesn'tChandler Carruth2014-01-071-2/+2
* clang-modernize: Apply replacements using clang-apply-replacementsEdwin Vane2013-10-051-12/+1
* Transform files in a compilation database if no sources are provided.Ariel J. Bernal2013-09-121-1/+1
* clang-modernize: Remove -headers optionEdwin Vane2013-09-061-26/+8
* Rename cpp11-migrate to clang-modernize.Chandler Carruth2013-09-041-0/+326
OpenPOWER on IntegriCloud