summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-modernize/tool/ClangModernize.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove clang-modernize.Alexander Kornienko2015-12-171-489/+0
* Make a bunch of static arrays const.Craig Topper2015-10-181-1/+1
* Make helpers static. clang-tools edition.Benjamin Kramer2015-03-231-5/+5
* NFC. Migrating clang-tools-extra to the cl::HideUnrelatedOptions API.Chris Bieneman2015-01-281-15/+1
* Updated tools to match r227345 which changed the getRegisteredOptions methodPete Cooper2015-01-281-2/+1
* clang-modernize: Transform::createActionFactory return ownership by unique_pt...David Blaikie2014-08-081-8/+8
* Plug memory leaks.Benjamin Kramer2014-07-241-4/+5
* Track IntrusiveRefCntPtr::get() changes from LLVM r212366Alp Toker2014-07-051-1/+1
* [C++11] Use 'nullptr'.Craig Topper2014-06-091-3/+3
* Try to fix the build. newFrontendActionFactory was changed to return a unique...Benjamin Kramer2014-04-281-1/+1
* [C++11] Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-091-1/+1
* [C++11] Replace llvm::tie with std::tie.Benjamin Kramer2014-03-021-1/+1
* Fix a variety of user-visible and comment typosAlp Toker2013-12-011-4/+4
* clang-modernize: Clean up help outputEdwin Vane2013-10-081-36/+88
* clang-modernize: Apply replacements using clang-apply-replacementsEdwin Vane2013-10-051-194/+100
* Clean up timing command line option.Ariel J. Bernal2013-09-241-5/+3
* Added tests for testing migration of files in a compilation database.Ariel J. Bernal2013-09-231-2/+15
* Fix for removing not included files from a compilation database.Ariel J. Bernal2013-09-161-1/+3
* Transform files in a compilation database if no sources are provided.Ariel J. Bernal2013-09-121-26/+79
* clang-modernize: Update docs with -include/-excludeEdwin Vane2013-09-061-6/+4
* clang-modernize: Remove -headers optionEdwin Vane2013-09-061-18/+6
* Fix writing of reformatted files.Manuel Klimek2013-09-051-10/+9
* Rename cpp11-migrate to clang-modernize.Chandler Carruth2013-09-041-0/+494
OpenPOWER on IntegriCloud