diff options
author | Ryosuke Niwa <rniwa@webkit.org> | 2024-02-12 15:01:16 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-12 15:01:16 -0800 |
commit | f63da479ae2f5e0d747430f268ae7b458c02455c (patch) | |
tree | 3bce0d2096f1e7d3a656eaa462d561faa9e39109 /lldb/source/Commands/CommandObjectFrame.cpp | |
parent | 9df71899bd5dbbaf0640c74cc82a6330dc7760cf (diff) | |
download | llvm-f63da479ae2f5e0d747430f268ae7b458c02455c.zip llvm-f63da479ae2f5e0d747430f268ae7b458c02455c.tar.gz llvm-f63da479ae2f5e0d747430f268ae7b458c02455c.tar.bz2 |
[analyzer] Fix an implicit cast to a base ref counted class generates a false positive. (#80934)
The bug was caused by isRefCountable erroneously returning false for a
class with both ref() and deref() functions defined because we were not
resetting the base paths results between looking for "ref()" and
"deref()"
Diffstat (limited to 'lldb/source/Commands/CommandObjectFrame.cpp')
0 files changed, 0 insertions, 0 deletions