aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/readability
AgeCommit message (Expand)Author
2017-07-28[clang-tidy] readability-redundant-declaration: ignore friends and macrosAlexander Kornienko
2017-06-16[clang-tidy] readability-function-size: fix nesting level calculationRoman Lebedev
2017-06-09[clang-tidy] readability-function-size: add NestingThreshold param.Roman Lebedev
2017-05-25git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@303849 ...Florian Gross
2017-05-22[clang-tidy] readability-redundant-declaration false positive for defaulted f...Alexander Kornienko
2017-05-22[clang-tidy] readability-braces-around-statements false positive with char li...Alexander Kornienko
2017-05-16[clang-tidy] Optimize readability-implicit-bool-cast, NFCAlexander Kornienko
2017-05-16[clang-tidy] Optimize matchers in readability-implicit-bool-cast. NFCAlexander Kornienko
2017-05-15[clang-tidy] Partly rewrite readability-simplify-boolean-expr using RAVAlexander Kornienko
2017-05-09[clang-tidy] Minor cleanup + a disabled test case for PR26228. NFCAlexander Kornienko
2017-05-08[clang-tidy] Fix readability-implicit-bool-cast false positivesAlexander Kornienko
2017-05-04[clang-tidy] fix readability-implicit-bool-cast false positive with xorAlexander Kornienko
2017-05-04[clang-tidy] fix readability-implicit-bool-cast false alarm on |=, &=Alexander Kornienko
2017-05-04[clang-tidy] Code cleanup, (almost) NFC (*).Alexander Kornienko
2017-04-29[clang-tidy] Expand AllowConditional*Casts to binary logical operatorsAlexander Kornienko
2017-04-26[clang-tidy] Update IdentifierNamingCheck to remove extra leading/trailing un...Alexander Kornienko
2017-04-24Extend readability-container-size-empty to add comparisons to empty-state obj...Aaron Ballman
2017-03-22[clang-tidy] clang-format the last patch. NFCAlexander Kornienko
2017-03-22[clang-tidy] modified identifier naming case to use CT_AnyCase for ignoring c...Alexander Kornienko
2017-03-21Apply clang-tidy's performance-unnecessary-value-param to clang-tidy.Benjamin Kramer
2017-03-20[clang-tidy] readability-container-size-empty fix for (*x).size()Alexander Kornienko
2017-03-20[clang-tidy] Small cleanup. NFC.Alexander Kornienko
2017-03-17[clang-tidy] readability-misleading-indentation: fix chained ifAlexander Kornienko
2017-03-08[clang-tidy] readability-function-size: remove default param count thresholdAlexander Kornienko
2017-03-01[clang-tidy] Add parametercount for readibility-function-sizeAlexander Kornienko
2017-02-24[clang-tidy] Fix readability-redundant-declaration false positiveDaniel Marjamaki
2017-02-14[clang-tidy] Add readability-misleading-indentation check.Gabor Horvath
2017-02-12[clang-tidy] Fix for bug 31838: readability-delete-null-pointer does not work...Mads Ravn
2017-02-12[clang-tidy] Fix for bug 31838: readability-delete-null-pointer does not work...Mads Ravn
2016-12-31[clang-tidy] Add delete null pointer check.Gabor Horvath
2016-12-27[clang-tidy] Make 2 checks register matchers for C++ only.Malcolm Parsons
2016-12-21[clang-tidy] Ignore `size() == 0` in the container implementation.Alexander Kornienko
2016-12-14modernize-use-auto NFC fixesPiotr Padlewski
2016-12-13Remove deprecated methods ast_matchers::BoundNodes::{getStmtAs,getDeclAs}Alexander Kornienko
2016-12-13[clang-tidy] Add check for redundant function pointer dereferencesMalcolm Parsons
2016-11-21readability-redundant-declaration: Fix crashDaniel Marjamaki
2016-11-16[clang-tidy] Fix identifier naming for initializer list member initializers.Eric Fiselier
2016-11-15[clang-tidy] Change readability-redundant-member-init to get base type from c...Malcolm Parsons
2016-11-08[clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang
2016-11-04[clang-tidy] Fixed readability-else-after-return for cascade statementsMalcolm Parsons
2016-11-03[clang-tidy] Ignore forward declarations without definitions in the same tran...Jonathan Coe
2016-11-03[clang-tidy] Handle data() in readability-redundant-string-cstrMalcolm Parsons
2016-11-01[clang-tidy] Add check readability-redundant-declarationDaniel Marjamaki
2016-10-24[clang-tidy] Fix identifier naming in macro args.Jason Henline
2016-10-20[clang-tidy] Add check 'readability-redundant-member-init'Malcolm Parsons
2016-10-14[clang-tidy] Fix readability-braces-around-statements false positiveMarek Kurdej
2016-10-11[clang-tidy] readability-avoid-const-params-in-decls template instantiation b...Malcolm Parsons
2016-10-07Revert "Revert "Add a static_assert to enforce that parameters to llvm::forma...Mehdi Amini
2016-09-27[clang-tidy] Use isStaticStorageClass ast matcher.Haojian Wu
2016-09-26[clang-tidy] make readability-redundant-smartptr-get report get() usage in co...Kirill Bobyrev