13 lines
533 B
ReStructuredText
13 lines
533 B
ReStructuredText
.. title:: clang-tidy - clang-analyzer-security.insecureAPI.bcopy
|
|
.. meta::
|
|
:http-equiv=refresh: 5;URL=https://clang.llvm.org/docs/analyzer/checkers.html#security-insecureapi-bcopy
|
|
|
|
clang-analyzer-security.insecureAPI.bcopy
|
|
=========================================
|
|
|
|
Warn on uses of the 'bcopy' function.
|
|
|
|
The `clang-analyzer-security.insecureAPI.bcopy` check is an alias, please see
|
|
`Clang Static Analyzer Available Checkers
|
|
<https://clang.llvm.org/docs/analyzer/checkers.html#security-insecureapi-bcopy>`_
|
|
for more information.
|