aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/readability
AgeCommit message (Expand)Author
2019-01-14[clang-tidy] update FunctionSizeCheck for D56444Sam McCall
2019-01-11[clang-tidy] new check 'readability-redundant-preprocessor'Miklos Vajna
2018-12-24[clang-tidy] add IgnoreMacros option to readability-uppercase-literal-suffixMiklos Vajna
2018-12-21Fix warning about unused variable [NFC]Bjorn Pettersson
2018-12-20[clang-tidy] Use translationUnitDecl() instead of a custom matcher.Alexander Kornienko
2018-12-07[clang-tidy] Remove duplicated getText implementation, NFCHaojian Wu
2018-11-27[clang-tidy] Ignore bool -> single bit bitfield conversion in readability-imp...Malcolm Parsons
2018-11-27[clang-tidy] Avoid inconsistent notes in readability-container-size-emptyAlexander Kornienko
2018-11-25A bit of AST matcher cleanup, NFC.Alexander Kornienko
2018-11-15[clang-tidy] Update checks to play nicely with limited traversal scope added ...Sam McCall
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-21[clang-tidy] add IgnoreMacros option to readability-redundant-smartptr-getMiklos Vajna
2018-10-19[clang-tidy] Resolve readability-else-after-return false positive for constex...Marek Kurdej
2018-10-18[clang-tidy] Add new 'readability-uppercase-literal-suffix' check (CERT DCL16...Roman Lebedev
2018-10-04[clang-tidy] Added pointer types to clang-tidy readability-identifier-naming ...Jonas Toth
2018-10-02[clang-tidy] Ignore singe bit bitfield -> bool conversion in readability-impl...Alexander Kornienko
2018-09-27llvm::sort(C.begin(), C.end()) -> llvm::sort(C)Fangrui Song
2018-09-20[Clang-tidy] Alphabetical sort of files/checks. Add space after clang-tidy in...Eugene Zelenko
2018-09-18[clang-tidy] Replace redundant checks with an assert().Artem Belevich
2018-08-12Add a new check to the readability module that flags uses of "magic numbers" ...Aaron Ballman
2018-08-09Port getLocEnd -> getEndLocStephen Kelly
2018-08-09Port getLocStart -> getBeginLocStephen Kelly
2018-07-13[clang-tidy] readability-inconsistent-declaration-parameter-name: accept appr...Sam McCall
2018-05-22[clang-tidy] SimplifyBoolenExpr doesn't add parens if unary negotiation is of...Zinovy Nis
2018-05-16Add a new check, readability-simplify-subscript-expr, that diagnoses array su...Aaron Ballman
2018-05-15[clang-tools-extra] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen
2018-04-23update test to use ivar in implementation instead of class extensionYan Zhang
2018-04-21Revert r330492: [clang-tidy] add new check to find out objc ivars which do no...Chandler Carruth
2018-04-20[clang-tidy] add new check to find out objc ivars which do not have prefix '_'Yan Zhang
2018-04-12[clang-tidy] readability-function-size: add VariableThreshold param.Roman Lebedev
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
2018-01-15[clang-tidy] Expand readability-redundant-smartptr-get to understand implicit...Samuel Benzaquen
2018-01-11[clang-tidy] Fix google-readability-namespace-comments handling of C++17 nest...Alexander Kornienko
2018-01-05clang-tidy: add IgnoreMacros option to readability-inconsistent-declaration-p...Miklos Vajna
2017-12-11[clang-tidy] Correctly classify constant arrays and constant strings as const...Alexander Kornienko
2017-11-29[clang-tidy] make readability-simplify-bool-expr completely ignore macrosAlexander Kornienko
2017-11-28[clang-tidy] Ignore ExprWithCleanups when looking for else-after-throwMalcolm Parsons
2017-11-27[clang-tidy] readability-non-const-parameter fixes should update all declarat...Alexander Kornienko
2017-10-12Revert "Fix nested namespaces in google-readability-nested-namespace-comments."Alexander Kornienko
2017-10-06Fix nested namespaces in google-readability-nested-namespace-comments.Aaron Ballman
2017-09-11[clang-tidy] FunctionSizeCheck: wrap FunctionASTVisitor into anon namespace, NFCRoman Lebedev
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-08-02Adapt clang-tidy checks to changing semantics of hasDeclaration.Manuel Klimek
2017-08-01[clang-tidy] Handle anonymous structs/unions in member init checks.Malcolm Parsons