| List of clang-tidy Checks |
| ========================= |
| |
| .. toctree:: |
| cert-variadic-function-def |
| cppcoreguidelines-pro-type-const-cast |
| cppcoreguidelines-pro-type-reinterpret-cast |
| google-build-explicit-make-pair |
| google-build-namespaces |
| google-build-using-namespace |
| google-explicit-constructor |
| google-global-names-in-headers |
| google-readability-braces-around-statements |
| google-readability-casting |
| google-readability-function-size |
| google-readability-namespace-comments |
| google-readability-redundant-smartptr-get |
| google-readability-todo |
| google-runtime-int |
| google-runtime-member-string-references |
| google-runtime-memset |
| google-runtime-operator |
| llvm-header-guard |
| llvm-include-order |
| llvm-namespace-comment |
| llvm-twine-local |
| misc-argument-comment |
| misc-assert-side-effect |
| misc-assign-operator-signature |
| misc-bool-pointer-implicit-conversion |
| misc-inaccurate-erase |
| misc-inefficient-algorithm |
| misc-macro-parentheses |
| misc-macro-repeated-side-effects |
| misc-move-constructor-init |
| misc-new-delete-overloads |
| misc-noexcept-move-constructor |
| misc-non-copyable-objects |
| misc-sizeof-container |
| misc-static-assert |
| misc-swapped-arguments |
| misc-undelegated-constructor |
| misc-uniqueptr-reset-release |
| misc-unused-alias-decls |
| misc-unused-parameters |
| misc-unused-raii |
| modernize-loop-convert |
| modernize-make-unique |
| modernize-pass-by-value |
| modernize-replace-auto-ptr |
| modernize-shrink-to-fit |
| modernize-use-auto |
| modernize-use-nullptr |
| modernize-use-override |
| readability-braces-around-statements |
| readability-container-size-empty |
| readability-else-after-return |
| readability-function-size |
| readability-identifier-naming |
| readability-inconsistent-declaration-parameter-name |
| readability-named-parameter |
| readability-redundant-smartptr-get |
| readability-redundant-string-cstr |
| readability-simplify-boolean-expr |