diff options
author | Piotr Zegar <piotr.zegar@nokia.com> | 2024-03-19 20:15:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-19 20:15:08 +0100 |
commit | 28c1279db3541bc7b246fd9da0da3da4e09f0eed (patch) | |
tree | d0239ddccf1ebb858ccf90a3d95152eaa359380e /llvm/lib/CodeGen | |
parent | 0a40f5d1a05a4108b5d9febf3ea8df4c1244a340 (diff) | |
download | llvm-28c1279db3541bc7b246fd9da0da3da4e09f0eed.zip llvm-28c1279db3541bc7b246fd9da0da3da4e09f0eed.tar.gz llvm-28c1279db3541bc7b246fd9da0da3da4e09f0eed.tar.bz2 |
[clang-tidy] Add bugprone-suspicious-stringview-data-usage check (#83716)
This check identifies suspicious usages of std::string_view::data() that
could lead to reading out-of-bounds data due to inadequate or incorrect
string null termination.
Closes #80854
Diffstat (limited to 'llvm/lib/CodeGen')
0 files changed, 0 insertions, 0 deletions