aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/readability/CMakeLists.txt
AgeCommit message (Expand)Author
2019-01-11[clang-tidy] new check 'readability-redundant-preprocessor'Miklos Vajna
2018-10-31Implement the readability-const-return-type check.Aaron Ballman
2018-10-31[clang-tidy] new check 'readability-isolate-declaration'Jonas Toth
2018-10-26[clang-tidy] Re-commit: Add new 'readability-uppercase-literal-suffix' check ...Roman Lebedev
2018-10-25[clang-tidy] Revert my readability-uppercase-literal-suffix check.Roman Lebedev
2018-10-18[clang-tidy] Add new 'readability-uppercase-literal-suffix' check (CERT DCL16...Roman Lebedev
2018-09-20[Clang-tidy] Alphabetical sort of files/checks. Add space after clang-tidy in...Eugene Zelenko
2018-08-12Add a new check to the readability module that flags uses of "magic numbers" ...Aaron Ballman
2018-05-16Add a new check, readability-simplify-subscript-expr, that diagnoses array su...Aaron Ballman
2018-03-07[clang-tidy] Add "portability" module and rename readability-simd-intrinsics ...Fangrui Song
2018-02-15[clang-tidy] Add `readability-simd-intrinsics` check.Fangrui Song
2018-01-30clang-tidy/rename_check.py misc-string-compare readability-string-compareAlexander Kornienko
2017-08-08[clang-tidy] Add new readability non-idiomatic static access checkGabor Horvath
2017-08-08[clang-tidy] 'implicit cast' -> 'implicit conversion'Alexander Kornienko
2017-02-14[clang-tidy] Add readability-misleading-indentation check.Gabor Horvath
2016-12-31[clang-tidy] Add delete null pointer check.Gabor Horvath
2016-12-13[clang-tidy] Add check for redundant function pointer dereferencesMalcolm Parsons
2016-11-01[clang-tidy] Add check readability-redundant-declarationDaniel Marjamaki
2016-10-20[clang-tidy] Add check 'readability-redundant-member-init'Malcolm Parsons
2016-09-12[clang-tidy] readability-misplaced-array-index: add new check that warns when...Daniel Marjamaki
2016-08-23[clang-tidy] readability-non-const-parameter: add new check that warns when f...Daniel Marjamaki
2016-04-22clangTidyReadabilityModule: Add clangTidyUtils in libdeps, corresponding to r...NAKAMURA Takumi
2016-04-13[clang-tidy] Add a readability-deleted-default clang-tidy check.Alexander Kornienko
2016-04-05[clang-tidy] Add a check to detect static definitions in anonymous namespace.Haojian Wu
2016-03-30[clang-tidy] readability check for const params in declarationsAlexander Kornienko
2016-02-25Add a new check, readability-redundant-string-init, that checks unnecessary s...Alexander Kornienko
2016-02-01Add a new check, readability-redundant-control-flow, that check for some form...Aaron Ballman
2015-10-25[clang-tidy] Add check readability-implicit-bool-castPiotr Dziwinski
2015-10-19Added check uniqueptr-delete-release to replace "delete x.release()" with "x ...Samuel Benzaquen
2015-09-10[clang-tidy] Add inconsistent declaration parameter name checkAlexander Kornienko
2015-08-31[clang-tidy] Move misc-use-override and readability-shrink-to-fit to "moderni...Alexander Kornienko
2015-08-19[clang-tidy] Add new IdentifierNaming checkAlexander Kornienko
2015-04-10[clang-tidy] Add readability-simplify-boolean-expr check to clang-tidyAlexander Kornienko
2015-03-16[clang-tidy] Move google-readability-function check to readability-named-para...Alexander Kornienko
2015-03-16Move remove-cstr-calls from a standalone executable to a clang-tidy check rea...Alexander Kornienko
2015-03-09[clang-tidy] Refactor: Rename clang-tidy readability check files and classes ...Alexander Kornienko
2015-01-23[clang-tidy] Use shrink_to_fit instead of copy and swap trickAlexander Kornienko
2015-01-15clang-tidy: 'size' call that could be replaced with 'empty' on STL containersAlexander Kornienko
2015-01-14clang-tidy: Add initial check for "Don't use else after return".Daniel Jasper
2014-10-26[clang-tidy] Bring order to check registration.Alexander Kornienko
2014-10-15[clang-tidy] Move some of the misc checks to readability/Alexander Kornienko
2014-09-22Add NamespaceCommentCheck to the Google module.Alexander Kornienko