summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/readability/ReadabilityTidyModule.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Add a readability-deleted-default clang-tidy check.Alexander Kornienko2016-04-131-0/+3
* [clang-tidy] Add a check to detect static definitions in anonymous namespace.Haojian Wu2016-04-051-0/+3
* [clang-tidy] readability check for const params in declarationsAlexander Kornienko2016-03-301-0/+3
* Add a new check, readability-redundant-string-init, that checks unnecessary s...Alexander Kornienko2016-02-251-0/+3
* Sort checks alphabetically in ReadabilityTidyModule.cpp.Eugene Zelenko2016-02-011-4/+4
* Add a new check, readability-redundant-control-flow, that check for some form...Aaron Ballman2016-02-011-0/+3
* [clang-tidy] Add check readability-implicit-bool-castPiotr Dziwinski2015-10-251-0/+3
* Added check uniqueptr-delete-release to replace "delete x.release()" with "x ...Samuel Benzaquen2015-10-191-0/+3
* [clang-tidy] Add inconsistent declaration parameter name checkAlexander Kornienko2015-09-101-0/+3
* [clang-tidy] Move misc-use-override and readability-shrink-to-fit to "moderni...Alexander Kornienko2015-08-311-3/+0
* [clang-tidy] Add new IdentifierNaming checkAlexander Kornienko2015-08-191-0/+3
* [clang-tidy] Add readability-simplify-boolean-expr check to clang-tidyAlexander Kornienko2015-04-101-1/+5
* [clang-tidy] Move google-readability-function check to readability-named-para...Alexander Kornienko2015-03-161-0/+3
* Move remove-cstr-calls from a standalone executable to a clang-tidy check rea...Alexander Kornienko2015-03-161-7/+9
* [clang-tidy] Refactor: Rename clang-tidy readability check files and classes ...Alexander Kornienko2015-03-091-4/+4
* [clang-tidy] Use shrink_to_fit instead of copy and swap trickAlexander Kornienko2015-01-231-0/+3
* clang-tidy: 'size' call that could be replaced with 'empty' on STL containersAlexander Kornienko2015-01-151-0/+3
* clang-tidy: Add initial check for "Don't use else after return".Daniel Jasper2015-01-141-0/+3
* [clang-tidy] Bring order to check registration.Alexander Kornienko2014-10-261-0/+44
OpenPOWER on IntegriCloud