Skip to content

Commit

Permalink
[clang-tidy][Doc][NFC] Regenerate list.rst & clang-analyzer doc
Browse files Browse the repository at this point in the history
Update documentation.
  • Loading branch information
PiotrZSL committed Oct 10, 2023
1 parent 08545e8 commit 135f57d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling
====================================================================

Warn on uses of insecure or deprecated buffer manipulating functions.
Warn on uses of unsecure or deprecated buffer manipulating functions.

The `clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling` check is an alias, please see
`Clang Static Analyzer Available Checkers
Expand Down
2 changes: 1 addition & 1 deletion clang-tools-extra/docs/clang-tidy/checks/list.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Clang-Tidy Checks
:doc:`bugprone-bad-signal-to-kill-thread <bugprone/bad-signal-to-kill-thread>`,
:doc:`bugprone-bool-pointer-implicit-conversion <bugprone/bool-pointer-implicit-conversion>`, "Yes"
:doc:`bugprone-branch-clone <bugprone/branch-clone>`,
:doc:`bugprone-compare-pointer-to-member-virtual-function <bugprone/compare-pointer-to-member-virtual-function>`, "Yes"
:doc:`bugprone-compare-pointer-to-member-virtual-function <bugprone/compare-pointer-to-member-virtual-function>`,
:doc:`bugprone-copy-constructor-init <bugprone/copy-constructor-init>`, "Yes"
:doc:`bugprone-dangling-handle <bugprone/dangling-handle>`,
:doc:`bugprone-dynamic-static-initializers <bugprone/dynamic-static-initializers>`,
Expand Down

0 comments on commit 135f57d

Please sign in to comment.