diff options
author | Pavel Skripkin <paskripkin@gmail.com> | 2024-09-16 19:44:13 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-16 19:44:13 +0300 |
commit | 4c6f313cb340c435f47ac032857030768c81c341 (patch) | |
tree | e5a2c3e4f311c5126e0c33c0ec1622667dae58e3 /llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | |
parent | b592917eec407a01ef07334af5aafe6c8922c80a (diff) | |
download | llvm-4c6f313cb340c435f47ac032857030768c81c341.zip llvm-4c6f313cb340c435f47ac032857030768c81c341.tar.gz llvm-4c6f313cb340c435f47ac032857030768c81c341.tar.bz2 |
[analyzer] [MallocChecker] suspect all release functions as candidate for suppression (#104599)
Current MalloChecker logic suppresses FP caused by refcounting only for
C++ destructors. The same pattern occurs a lot in C in objects with
intrusive refcounting. See #104229 for code example.
To extend current logic to C, suspect all release functions as candidate
for suppression.
Closes: #104229
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp')
0 files changed, 0 insertions, 0 deletions