Codebase Browser
llvm
Go to App
llvm
/clang-tools-extra/docs/clang-tidy/checks/readability/
../
a
avoid-const-params-in-decls.rst
avoid-nested-conditional-operator.rst
avoid-return-with-void-value.rst
avoid-unconditional-preprocessor-if.rst
b
braces-around-statements.rst
c
const-return-type.rst
container-contains.rst
container-data-pointer.rst
container-size-empty.rst
convert-member-functions-to-static.rst
d
delete-null-pointer.rst
duplicate-include.rst
e
else-after-return.rst
enum-initial-value.rst
f
function-cognitive-complexity.rst
function-size.rst
i
identifier-length.rst
identifier-naming.rst
implicit-bool-cast.rst
implicit-bool-conversion.rst
inconsistent-declaration-parameter-name.rst
isolate-declaration.rst
m
magic-numbers.rst
make-member-function-const.rst
math-missing-parentheses.rst
misleading-indentation.rst
misplaced-array-index.rst
n
named-parameter.rst
non-const-parameter.rst
o
operators-representation.rst
q
qualified-auto.rst
r
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-preprocessor.rst
redundant-smartptr-get.rst
redundant-string-cstr.rst
redundant-string-init.rst
reference-to-constructed-temporary.rst
s
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
u
uniqueptr-delete-release.rst
uppercase-literal-suffix.rst
use-anyofallof.rst
use-std-min-max.rst