Sign in
llvm
/
llvm-project
/
clang-tools-extra
/
refs/heads/main
/
.
/
docs
/
clang-tidy
/
checks
/
readability
tree: 627fb2b94e163521f44c760298e4f39718aab2ed [
path history
]
[
tgz
]
ambiguous-smartptr-reset-call.rst
avoid-const-params-in-decls.rst
avoid-nested-conditional-operator.rst
avoid-return-with-void-value.rst
avoid-unconditional-preprocessor-if.rst
braces-around-statements.rst
const-return-type.rst
container-contains.rst
container-data-pointer.rst
container-size-empty.rst
convert-member-functions-to-static.rst
delete-null-pointer.rst
duplicate-include.rst
else-after-return.rst
enum-initial-value.rst
function-cognitive-complexity.rst
function-size.rst
identifier-length.rst
identifier-naming.rst
implicit-bool-cast.rst
implicit-bool-conversion.rst
inconsistent-declaration-parameter-name.rst
isolate-declaration.rst
magic-numbers.rst
make-member-function-const.rst
math-missing-parentheses.rst
misleading-indentation.rst
misplaced-array-index.rst
named-parameter.rst
non-const-parameter.rst
operators-representation.rst
qualified-auto.rst
redundant-access-specifiers.rst
redundant-casting.rst
redundant-control-flow.rst
redundant-declaration.rst
redundant-function-ptr-dereference.rst
redundant-inline-specifier.rst
redundant-member-init.rst
redundant-parentheses.rst
redundant-preprocessor.rst
redundant-smartptr-get.rst
redundant-string-cstr.rst
redundant-string-init.rst
reference-to-constructed-temporary.rst
simplify-boolean-expr.rst
simplify-subscript-expr.rst
static-accessed-through-instance.rst
static-definition-in-anonymous-namespace.rst
string-compare.rst
suspicious-call-argument.rst
uniqueptr-delete-release.rst
uppercase-literal-suffix.rst
use-anyofallof.rst
use-concise-preprocessor-directives.rst
use-std-min-max.rst