.. |
cert-dcl03-c.rst
|
[clang-tidy] Fixed wording ("clang-tidy check", not "clang-tidy checker")
|
2016-01-18 22:51:09 +00:00 |
cert-dcl50-cpp.rst
|
Renaming CERT documentation files to use the CERT rule identifiers. This is for consistency with other checkers, where the documentation file name matches the checker name. NFC of the checkers.
|
2015-12-27 19:14:55 +00:00 |
cert-dcl54-cpp.rst
|
[clang-tidy] Fixed wording ("clang-tidy check", not "clang-tidy checker")
|
2016-01-18 22:51:09 +00:00 |
cert-dcl59-cpp.rst
|
[clang-tidy] Fixed wording ("clang-tidy check", not "clang-tidy checker")
|
2016-01-18 22:51:09 +00:00 |
cert-env33-c.rst
|
Add a new check, cert-env33-c, that diagnoses uses of system(), popen(), and _popen() to execute a command processor. This check corresponds to the CERT secure coding rule: https://www.securecoding.cert.org/confluence/pages/viewpage.action?pageId=2130132
|
2016-02-22 16:01:06 +00:00 |
cert-err52-cpp.rst
|
Renaming CERT documentation files to use the CERT rule identifiers. This is for consistency with other checkers, where the documentation file name matches the checker name. NFC of the checkers.
|
2015-12-27 19:14:55 +00:00 |
cert-err58-cpp.rst
|
Renaming CERT documentation files to use the CERT rule identifiers. This is for consistency with other checkers, where the documentation file name matches the checker name. NFC of the checkers.
|
2015-12-27 19:14:55 +00:00 |
cert-err60-cpp.rst
|
Renaming CERT documentation files to use the CERT rule identifiers. This is for consistency with other checkers, where the documentation file name matches the checker name. NFC of the checkers.
|
2015-12-27 19:14:55 +00:00 |
cert-err61-cpp.rst
|
[clang-tidy] Fixed wording ("clang-tidy check", not "clang-tidy checker")
|
2016-01-18 22:51:09 +00:00 |
cert-fio38-c.rst
|
[clang-tidy] Fixed wording ("clang-tidy check", not "clang-tidy checker")
|
2016-01-18 22:51:09 +00:00 |
cert-flp30-c.rst
|
Add a new check, cert-flp30-c, that diagnoses loop induction expressions of floating-point type. This check corresponds to the CERT secure coding rule: https://www.securecoding.cert.org/confluence/display/c/FLP30-C.+Do+not+use+floating-point+variables+as+loop+counters
|
2016-02-19 14:03:20 +00:00 |
cert-oop11-cpp.rst
|
[clang-tidy] Fixed wording ("clang-tidy check", not "clang-tidy checker")
|
2016-01-18 22:51:09 +00:00 |
cppcoreguidelines-pro-bounds-array-to-pointer-decay.rst
|
[clang-tidy] Fix documentation.
|
2016-01-27 11:37:19 +00:00 |
cppcoreguidelines-pro-bounds-constant-array-index.rst
|
[clang-tidy] Fix documentation.
|
2016-01-27 11:37:19 +00:00 |
cppcoreguidelines-pro-bounds-pointer-arithmetic.rst
|
[clang-tidy] Fix documentation.
|
2016-01-27 11:37:19 +00:00 |
cppcoreguidelines-pro-type-const-cast.rst
|
[clang-tidy] Fix documentation.
|
2016-01-27 11:37:19 +00:00 |
cppcoreguidelines-pro-type-cstyle-cast.rst
|
[clang-tidy] Fix documentation.
|
2016-01-27 11:37:19 +00:00 |
cppcoreguidelines-pro-type-member-init.rst
|
[clang-tidy] ClangTidy check to flag uninitialized builtin and pointer fields.
|
2016-02-15 04:27:56 +00:00 |
cppcoreguidelines-pro-type-reinterpret-cast.rst
|
[clang-tidy] Fix documentation.
|
2016-01-27 11:37:19 +00:00 |
cppcoreguidelines-pro-type-static-cast-downcast.rst
|
[clang-tidy] Fix documentation.
|
2016-01-27 11:37:19 +00:00 |
cppcoreguidelines-pro-type-union-access.rst
|
[clang-tidy] Fix documentation.
|
2016-01-27 11:37:19 +00:00 |
cppcoreguidelines-pro-type-vararg.rst
|
[clang-tidy] Fix documentation.
|
2016-01-27 11:37:19 +00:00 |
google-build-explicit-make-pair.rst
|
[clang-tidy] Updates to documentation: formatting, titles, etc.
|
2015-12-22 17:36:49 +00:00 |
google-build-namespaces.rst
|
[clang-tidy] update links to Google Code Style in docs
|
2016-02-25 14:31:10 +00:00 |
google-build-using-namespace.rst
|
[clang-tidy] update links to Google Code Style in docs
|
2016-02-25 14:31:10 +00:00 |
google-explicit-constructor.rst
|
[clang-tidy] update links to Google Code Style in docs
|
2016-02-25 14:31:10 +00:00 |
google-global-names-in-headers.rst
|
[clang-tidy] Updates to documentation: formatting, titles, etc.
|
2015-12-22 17:36:49 +00:00 |
google-readability-braces-around-statements.rst
|
[clang-tidy] Updates to documentation: formatting, titles, etc.
|
2015-12-22 17:36:49 +00:00 |
google-readability-casting.rst
|
[clang-tidy] update links to Google Code Style in docs
|
2016-02-25 14:31:10 +00:00 |
google-readability-function-size.rst
|
[clang-tidy] Updates to documentation: formatting, titles, etc.
|
2015-12-22 17:36:49 +00:00 |
google-readability-namespace-comments.rst
|
[clang-tidy] update links to Google Code Style in docs
|
2016-02-25 14:31:10 +00:00 |
google-readability-redundant-smartptr-get.rst
|
[clang-tidy] Updates to documentation: formatting, titles, etc.
|
2015-12-22 17:36:49 +00:00 |
google-readability-todo.rst
|
[clang-tidy] Updates to documentation: formatting, titles, etc.
|
2015-12-22 17:36:49 +00:00 |
google-runtime-int.rst
|
[clang-tidy] Updates to documentation: formatting, titles, etc.
|
2015-12-22 17:36:49 +00:00 |
google-runtime-member-string-references.rst
|
[clang-tidy] Updates to documentation: formatting, titles, etc.
|
2015-12-22 17:36:49 +00:00 |
google-runtime-memset.rst
|
[clang-tidy] Updates to documentation: formatting, titles, etc.
|
2015-12-22 17:36:49 +00:00 |
google-runtime-operator.rst
|
[clang-tidy] update links to Google Code Style in docs
|
2016-02-25 14:31:10 +00:00 |
google-runtime-references.rst
|
[clang-tidy] Add non-constant references in function parameters check.
|
2016-02-02 17:27:01 +00:00 |
list.rst
|
Add a new check, readability-redundant-string-init, that checks unnecessary string initializations.
|
2016-02-25 23:57:23 +00:00 |
llvm-header-guard.rst
|
[clang-tidy] Updates to documentation: formatting, titles, etc.
|
2015-12-22 17:36:49 +00:00 |
llvm-include-order.rst
|
[clang-tidy] Updates to documentation: formatting, titles, etc.
|
2015-12-22 17:36:49 +00:00 |
llvm-namespace-comment.rst
|
[clang-tidy] update links to Google Code Style in docs
|
2016-02-25 14:31:10 +00:00 |
llvm-twine-local.rst
|
[clang-tidy] Updates to documentation: formatting, titles, etc.
|
2015-12-22 17:36:49 +00:00 |
misc-argument-comment.rst
|
[clang-tidy] Updates to documentation: formatting, titles, etc.
|
2015-12-22 17:36:49 +00:00 |
misc-assert-side-effect.rst
|
[clang-tidy] Updates to documentation: formatting, titles, etc.
|
2015-12-22 17:36:49 +00:00 |
misc-assign-operator-signature.rst
|
[clang-tidy] Updates to documentation: formatting, titles, etc.
|
2015-12-22 17:36:49 +00:00 |
misc-bool-pointer-implicit-conversion.rst
|
[clang-tidy] Updates to documentation: formatting, titles, etc.
|
2015-12-22 17:36:49 +00:00 |
misc-definitions-in-headers.rst
|
[clang-tidy] Fix documentation.
|
2016-01-27 11:37:19 +00:00 |
misc-forward-declaration-namespace.rst
|
[clang-tidy] Added a check for forward declaration in the potentially wrong namespace
|
2016-02-24 13:35:32 +00:00 |
misc-inaccurate-erase.rst
|
[clang-tidy] Updates to documentation: formatting, titles, etc.
|
2015-12-22 17:36:49 +00:00 |
misc-incorrect-roundings.rst
|
[clang-tidy] Fix an error in .rst
|
2016-02-08 15:09:34 +00:00 |
misc-inefficient-algorithm.rst
|
[clang-tidy] Updates to documentation: formatting, titles, etc.
|
2015-12-22 17:36:49 +00:00 |
misc-macro-parentheses.rst
|
[clang-tidy] Updates to documentation: formatting, titles, etc.
|
2015-12-22 17:36:49 +00:00 |
misc-macro-repeated-side-effects.rst
|
[clang-tidy] Updates to documentation: formatting, titles, etc.
|
2015-12-22 17:36:49 +00:00 |
misc-misplaced-widening-cast.rst
|
[clang-tidy] Add 'misc-misplaced-widening-cast' check.
|
2016-02-09 14:08:49 +00:00 |
misc-move-constructor-init.rst
|
[clang-tidy] Fixed wording ("clang-tidy check", not "clang-tidy checker")
|
2016-01-18 22:51:09 +00:00 |
misc-new-delete-overloads.rst
|
[clang-tidy] Fixed wording ("clang-tidy check", not "clang-tidy checker")
|
2016-01-18 22:51:09 +00:00 |
misc-noexcept-move-constructor.rst
|
[clang-tidy] Updates to documentation: formatting, titles, etc.
|
2015-12-22 17:36:49 +00:00 |
misc-non-copyable-objects.rst
|
[clang-tidy] Fixed wording ("clang-tidy check", not "clang-tidy checker")
|
2016-01-18 22:51:09 +00:00 |
misc-sizeof-container.rst
|
[clang-tidy] Updates to documentation: formatting, titles, etc.
|
2015-12-22 17:36:49 +00:00 |
misc-static-assert.rst
|
[clang-tidy] Fixed wording ("clang-tidy check", not "clang-tidy checker")
|
2016-01-18 22:51:09 +00:00 |
misc-string-integer-assignment.rst
|
[clang-tidy] Updates to documentation: formatting, titles, etc.
|
2015-12-22 17:36:49 +00:00 |
misc-suspicious-semicolon.rst
|
[clang-tidy] Add a check to find unintended semicolons that changes the semantics.
|
2016-02-11 09:23:33 +00:00 |
misc-swapped-arguments.rst
|
[clang-tidy] Updates to documentation: formatting, titles, etc.
|
2015-12-22 17:36:49 +00:00 |
misc-throw-by-value-catch-by-reference.rst
|
[clang-tidy] Fixed wording ("clang-tidy check", not "clang-tidy checker")
|
2016-01-18 22:51:09 +00:00 |
misc-undelegated-constructor.rst
|
[clang-tidy] Updates to documentation: formatting, titles, etc.
|
2015-12-22 17:36:49 +00:00 |
misc-uniqueptr-reset-release.rst
|
[clang-tidy] Updates to documentation: formatting, titles, etc.
|
2015-12-22 17:36:49 +00:00 |
misc-unused-alias-decls.rst
|
[clang-tidy] Updates to documentation: formatting, titles, etc.
|
2015-12-22 17:36:49 +00:00 |
misc-unused-parameters.rst
|
[clang-tidy] Updates to documentation: formatting, titles, etc.
|
2015-12-22 17:36:49 +00:00 |
misc-unused-raii.rst
|
[clang-tidy] Updates to documentation: formatting, titles, etc.
|
2015-12-22 17:36:49 +00:00 |
misc-virtual-near-miss.rst
|
Fixed function params comparison. Updated docs and tests.
|
2016-01-29 15:22:10 +00:00 |
modernize-deprecated-headers.rst
|
[clang-tidy] introduce modernize-deprecated-headers check
|
2016-02-24 13:36:34 +00:00 |
modernize-loop-convert.rst
|
[clang-tidy] Fix assertion failure on `at` function in modernize-loop-convert.
|
2016-02-08 15:59:42 +00:00 |
modernize-make-unique.rst
|
[clang-tidy] Updates to documentation: formatting, titles, etc.
|
2015-12-22 17:36:49 +00:00 |
modernize-pass-by-value.rst
|
[clang-tidy] Updates to documentation: formatting, titles, etc.
|
2015-12-22 17:36:49 +00:00 |
modernize-redundant-void-arg.rst
|
[clang-tidy] Added documentation for modernize-redundant-void-arg
|
2015-12-22 18:13:00 +00:00 |
modernize-replace-auto-ptr.rst
|
[clang-tidy] Updates to documentation: formatting, titles, etc.
|
2015-12-22 17:36:49 +00:00 |
modernize-shrink-to-fit.rst
|
[clang-tidy] Updates to documentation: formatting, titles, etc.
|
2015-12-22 17:36:49 +00:00 |
modernize-use-auto.rst
|
[clang-tidy] Updates to documentation: formatting, titles, etc.
|
2015-12-22 17:36:49 +00:00 |
modernize-use-default.rst
|
[clang-tidy] Updates to documentation: formatting, titles, etc.
|
2015-12-22 17:36:49 +00:00 |
modernize-use-nullptr.rst
|
[clang-tidy] Updates to documentation: formatting, titles, etc.
|
2015-12-22 17:36:49 +00:00 |
modernize-use-override.rst
|
[clang-tidy] Updates to documentation: formatting, titles, etc.
|
2015-12-22 17:36:49 +00:00 |
performance-faster-string-find.rst
|
[clang-tidy] Add check performance-faster-string-find
|
2016-02-12 19:28:14 +00:00 |
performance-for-range-copy.rst
|
Improve documentation
|
2016-02-15 03:27:54 +00:00 |
performance-implicit-cast-in-loop.rst
|
[clang-tidy] Move implicit-cast-in-loop check to upstream.
|
2016-01-29 15:21:32 +00:00 |
readability-braces-around-statements.rst
|
[clang-tidy] Updates to documentation: formatting, titles, etc.
|
2015-12-22 17:36:49 +00:00 |
readability-container-size-empty.rst
|
[clang-tidy] Updates to documentation: formatting, titles, etc.
|
2015-12-22 17:36:49 +00:00 |
readability-else-after-return.rst
|
[clang-tidy] Updates to documentation: formatting, titles, etc.
|
2015-12-22 17:36:49 +00:00 |
readability-function-size.rst
|
[clang-tidy] Updates to documentation: formatting, titles, etc.
|
2015-12-22 17:36:49 +00:00 |
readability-identifier-naming.rst
|
[clang-tidy] Updates to documentation: formatting, titles, etc.
|
2015-12-22 17:36:49 +00:00 |
readability-implicit-bool-cast.rst
|
[clang-tidy] Updates to documentation: formatting, titles, etc.
|
2015-12-22 17:36:49 +00:00 |
readability-inconsistent-declaration-parameter-name.rst
|
[clang-tidy] Updates to documentation: formatting, titles, etc.
|
2015-12-22 17:36:49 +00:00 |
readability-named-parameter.rst
|
[clang-tidy] update links to Google Code Style in docs
|
2016-02-25 14:31:10 +00:00 |
readability-redundant-control-flow.rst
|
Add a new check, readability-redundant-control-flow, that check for some forms of redundant control flow statements. Currently checks for return statements at the end of a function with a void return type and continue statements at the end of looping statements.
|
2016-02-01 15:31:15 +00:00 |
readability-redundant-smartptr-get.rst
|
[clang-tidy] Updates to documentation: formatting, titles, etc.
|
2015-12-22 17:36:49 +00:00 |
readability-redundant-string-cstr.rst
|
[clang-tidy] Updates to documentation: formatting, titles, etc.
|
2015-12-22 17:36:49 +00:00 |
readability-redundant-string-init.rst
|
Remove a blank line at EOF. NFC
|
2016-02-25 23:57:30 +00:00 |
readability-simplify-boolean-expr.rst
|
fix an indent issue in the doc which causes sphinx to fail with some versions
|
2016-02-15 20:38:54 +00:00 |
readability-uniqueptr-delete-release.rst
|
[clang-tidy] Updates to documentation: formatting, titles, etc.
|
2015-12-22 17:36:49 +00:00 |