summaryrefslogtreecommitdiffstats
path: root/tools/clang-tidy/test/clang-analyzer-security.insecureAPI.bcopy.json
blob: d752f6c7a8ecff500c1bc9909311f31db32bd751 (plain)
1
2
3
4
5
6
7
8
[
  [
    "warning",
    "The bcopy() function is obsoleted by memcpy() or memmove()",
    "clang-analyzer-security.insecureAPI.bcopy"
  ],
  { "reliability": "high" }
]