summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/modernize/ModernizeTidyModule.cpp
Commit message (Expand)AuthorAgeFilesLines
* Recommit r360345 with fixes (was reverted in r360348).Aaron Ballman2019-05-101-0/+3
* Revert r360345 and r360346, as they are not passing the testbots.Aaron Ballman2019-05-091-3/+0
* Add the modernize-use-trailing-return check to rewrite function signatures to...Aaron Ballman2019-05-091-0/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clang-tidy] Adding a new modernize use nodiscard checkerJonas Toth2019-01-091-0/+3
* [clang-tidy] Avoid C arrays checkRoman Lebedev2018-11-141-0/+2
* [clang-tidy] Replace deprecated std::ios_base aliasesJonas Toth2018-10-051-0/+3
* [clang-tidy] Add modernize-concat-nested-namespaces checkJonas Toth2018-09-251-0/+3
* [clang-tidy] Replace the usage of std::uncaught_exception with std::uncaught_...Gabor Horvath2018-02-201-0/+3
* [clang-tidy] Add new modernize use unary assert checkGabor Horvath2017-07-121-0/+3
* [clang-tidy] New checker to replace dynamic exception specificationsAlexander Kornienko2017-06-081-0/+2
* [clang-tidy] New check: modernize-replace-random-shuffle.Mads Ravn2017-04-241-0/+3
* [clang-tidy] Add check 'modernize-return-braced-init-list'Jonas Devlieghere2017-02-151-0/+3
* Revert "Implement a new clang-tidy check that suggests users replace dynamic ...Diana Picus2017-01-271-2/+0
* Implement a new clang-tidy check that suggests users replace dynamic exceptio...Aaron Ballman2017-01-261-0/+2
* [clang-tidy] Add modernize-use-default-member-init checkMalcolm Parsons2016-12-201-0/+3
* [clang-tidy] Rename modernize-use-default to modernize-use-equals-defaultMalcolm Parsons2016-12-011-2/+2
* [clang-tidy] New check to prefer transparent functors to non-transparent ones.Gabor Horvath2016-11-161-0/+3
* [clang-tidy] Add modernize-use-equals-delete checkMalcolm Parsons2016-11-101-0/+3
* [clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang2016-11-081-2/+1
* [clang-tidy] Add modernize-use-usingKrystyna Gajczyk2016-06-251-0/+2
* [clang-tidy] Add modernize-use-emplacePiotr Padlewski2016-06-211-0/+2
* [clang-tidy] Adds modernize-avoid-bind checkJonathan Coe2016-05-121-0/+3
* [clang-tidy] Adds modernize-use-bool-literals check.Jakub Staron2016-05-111-0/+3
* [clang-tidy] Add modernize-make-shared checkPiotr Padlewski2016-05-021-0/+2
* clang-tidy: Add check modernize-raw-string-literalRichard Thomson2016-03-271-0/+3
* [clang-tidy] introduce modernize-deprecated-headers checkAlexander Kornienko2016-02-241-0/+3
* Only copy small types in modernize-loop-convert.Angel Garcia Gomez2015-10-301-0/+4
* Add modernize-redundant-void-arg check to clang-tidyAlexander Kornienko2015-10-281-0/+3
* Add modernize-use-default check to clang-tidy.Angel Garcia Gomez2015-10-211-3/+4
* Create modernize-make-unique check.Angel Garcia Gomez2015-09-291-0/+3
* Add NamingStyle option to modernize-loop-convert.Angel Garcia Gomez2015-09-241-0/+1
* [clang-tidy] Move misc-use-override and readability-shrink-to-fit to "moderni...Alexander Kornienko2015-08-311-0/+4
* Add replace-auto_ptr check.Angel Garcia Gomez2015-08-251-0/+4
* [clang-tidy] Migrate UseAuto from clang-modernize to clang-tidy.Angel Garcia Gomez2015-08-211-0/+2
* [clang-tidy] Add modernize-use-nullptr check, attempt 2.Alexander Kornienko2015-08-191-0/+5
* Revert "[clang-tidy] Add use-nullptr check to clang-tidy."Justin Bogner2015-08-191-5/+0
* [clang-tidy] Add use-nullptr check to clang-tidy.Alexander Kornienko2015-08-191-0/+5
* [clang-tidy] Add loop-convert check to clang-tidy.Alexander Kornienko2015-08-191-0/+3
* [clang-tidy] Create clang-tidy module modernize. Add pass-by-value check.Alexander Kornienko2015-08-141-0/+46
OpenPOWER on IntegriCloud