aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/modernize/ModernizeTidyModule.cpp
AgeCommit message (Expand)Author
2019-01-09[clang-tidy] Adding a new modernize use nodiscard checkerJonas Toth
2018-11-14[clang-tidy] Avoid C arrays checkRoman Lebedev
2018-10-05[clang-tidy] Replace deprecated std::ios_base aliasesJonas Toth
2018-09-25[clang-tidy] Add modernize-concat-nested-namespaces checkJonas Toth
2018-02-20[clang-tidy] Replace the usage of std::uncaught_exception with std::uncaught_...Gabor Horvath
2017-07-12[clang-tidy] Add new modernize use unary assert checkGabor Horvath
2017-06-08[clang-tidy] New checker to replace dynamic exception specificationsAlexander Kornienko
2017-04-24[clang-tidy] New check: modernize-replace-random-shuffle.Mads Ravn
2017-02-15[clang-tidy] Add check 'modernize-return-braced-init-list'Jonas Devlieghere
2017-01-27Revert "Implement a new clang-tidy check that suggests users replace dynamic ...Diana Picus
2017-01-26Implement a new clang-tidy check that suggests users replace dynamic exceptio...Aaron Ballman
2016-12-20[clang-tidy] Add modernize-use-default-member-init checkMalcolm Parsons
2016-12-01[clang-tidy] Rename modernize-use-default to modernize-use-equals-defaultMalcolm Parsons
2016-11-16[clang-tidy] New check to prefer transparent functors to non-transparent ones.Gabor Horvath
2016-11-10[clang-tidy] Add modernize-use-equals-delete checkMalcolm Parsons
2016-11-08[clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang
2016-06-25[clang-tidy] Add modernize-use-usingKrystyna Gajczyk
2016-06-21[clang-tidy] Add modernize-use-emplacePiotr Padlewski
2016-05-12[clang-tidy] Adds modernize-avoid-bind checkJonathan Coe
2016-05-11[clang-tidy] Adds modernize-use-bool-literals check.Jakub Staron
2016-05-02[clang-tidy] Add modernize-make-shared checkPiotr Padlewski
2016-03-27clang-tidy: Add check modernize-raw-string-literalRichard Thomson
2016-02-24[clang-tidy] introduce modernize-deprecated-headers checkAlexander Kornienko
2015-10-30Only copy small types in modernize-loop-convert.Angel Garcia Gomez
2015-10-28Add modernize-redundant-void-arg check to clang-tidyAlexander Kornienko
2015-10-21Add modernize-use-default check to clang-tidy.Angel Garcia Gomez
2015-09-29Create modernize-make-unique check.Angel Garcia Gomez
2015-09-24Add NamingStyle option to modernize-loop-convert.Angel Garcia Gomez
2015-08-31[clang-tidy] Move misc-use-override and readability-shrink-to-fit to "moderni...Alexander Kornienko
2015-08-25Add replace-auto_ptr check.Angel Garcia Gomez
2015-08-21[clang-tidy] Migrate UseAuto from clang-modernize to clang-tidy.Angel Garcia Gomez
2015-08-19[clang-tidy] Add modernize-use-nullptr check, attempt 2.Alexander Kornienko
2015-08-19Revert "[clang-tidy] Add use-nullptr check to clang-tidy."Justin Bogner
2015-08-19[clang-tidy] Add use-nullptr check to clang-tidy.Alexander Kornienko
2015-08-19[clang-tidy] Add loop-convert check to clang-tidy.Alexander Kornienko
2015-08-14[clang-tidy] Create clang-tidy module modernize. Add pass-by-value check.Alexander Kornienko