summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/readability/ReadabilityTidyModule.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added readability-qualified-auto checkNathan James2020-01-141-0/+3
* [clang-tidy] Add readability-make-member-function-constMatthias Gehre2019-11-061-0/+3
* Add the readability-redundant-access-specifiers check.Aaron Ballman2019-10-301-0/+3
* [clang-tidy] initial version of readability-convert-member-functions-to-staticMatthias Gehre2019-07-161-0/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clang-tidy] new check 'readability-redundant-preprocessor'Miklos Vajna2019-01-111-0/+3
* Implement the readability-const-return-type check.Aaron Ballman2018-10-311-0/+3
* [clang-tidy] new check 'readability-isolate-declaration'Jonas Toth2018-10-311-0/+3
* [clang-tidy] Re-commit: Add new 'readability-uppercase-literal-suffix' check ...Roman Lebedev2018-10-261-0/+3
* [clang-tidy] Revert my readability-uppercase-literal-suffix check.Roman Lebedev2018-10-251-3/+0
* [clang-tidy] Add new 'readability-uppercase-literal-suffix' check (CERT DCL16...Roman Lebedev2018-10-181-0/+3
* Add a new check to the readability module that flags uses of "magic numbers" ...Aaron Ballman2018-08-121-0/+3
* Add a new check, readability-simplify-subscript-expr, that diagnoses array su...Aaron Ballman2018-05-161-0/+3
* [clang-tidy] Add "portability" module and rename readability-simd-intrinsics ...Fangrui Song2018-03-071-3/+0
* [clang-tidy] Add `readability-simd-intrinsics` check.Fangrui Song2018-02-151-0/+3
* clang-tidy/rename_check.py misc-string-compare readability-string-compareAlexander Kornienko2018-01-301-0/+3
* [clang-tidy] Add new readability non-idiomatic static access checkGabor Horvath2017-08-081-0/+3
* [clang-tidy] 'implicit cast' -> 'implicit conversion'Alexander Kornienko2017-08-081-3/+3
* [clang-tidy] Add readability-misleading-indentation check.Gabor Horvath2017-02-141-0/+3
* [clang-tidy] Add delete null pointer check.Gabor Horvath2016-12-311-0/+3
* [clang-tidy] Add check for redundant function pointer dereferencesMalcolm Parsons2016-12-131-0/+3
* [clang-tidy] Add check readability-redundant-declarationDaniel Marjamaki2016-11-011-0/+3
* [clang-tidy] Add check 'readability-redundant-member-init'Malcolm Parsons2016-10-201-0/+3
* [clang-tidy] readability-misplaced-array-index: add new check that warns when...Daniel Marjamaki2016-09-121-0/+3
* [clang-tidy] readability-non-const-parameter: add new check that warns when f...Daniel Marjamaki2016-08-231-0/+3
* [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