summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-modernize/tool
Commit message (Expand)AuthorAgeFilesLines
* Plug memory leaks.Benjamin Kramer2014-07-241-4/+5
* Track clang r213171Alp Toker2014-07-161-1/+1
* 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
* [CMake] clang-tools-extra: Update dependencies.NAKAMURA Takumi2013-12-101-0/+7
* Fix a variety of user-visible and comment typosAlp Toker2013-12-011-4/+4
* Add missing dependency for clang-modernize.Rui Ueyama2013-10-151-1/+1
* clang-modernize: Clean up help outputEdwin Vane2013-10-081-36/+88
* clang-modernize: Apply replacements using clang-apply-replacementsEdwin Vane2013-10-053-197/+102
* 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
* Fix up a few straggling bits of the build system. This should fix theChandler Carruth2013-09-041-1/+1
* This is apparantely the one makefile that actually has file names in it.Chandler Carruth2013-09-041-1/+1
* Rename cpp11-migrate to clang-modernize.Chandler Carruth2013-09-043-0/+593
OpenPOWER on IntegriCloud