diff options
author | Johannes Doerfert <johannes@jdoerfert.de> | 2020-01-10 12:32:24 -0600 |
---|---|---|
committer | Johannes Doerfert <johannes@jdoerfert.de> | 2020-01-23 18:42:45 -0600 |
commit | ff6254dc2679d06174cb13ef5a79da1835461cd5 (patch) | |
tree | 46fcd7209d8ab379cf64487e1566375fa85fd696 /lldb/unittests/ScriptInterpreter/Python | |
parent | 9dcf889d15dc28203a1e001c0a562920377b8337 (diff) | |
download | llvm-ff6254dc2679d06174cb13ef5a79da1835461cd5.zip llvm-ff6254dc2679d06174cb13ef5a79da1835461cd5.tar.gz llvm-ff6254dc2679d06174cb13ef5a79da1835461cd5.tar.bz2 |
[Attributor][FIX] Handle non-pointers when following uses
When we follow uses, e.g., in AAMemoryBehavior or AANoCapture, we need
to make sure the value is a pointer before we ask for abstract
attributes only valid for pointers. This happens because we follow
pointers through calls that do not capture but may return the value.
Diffstat (limited to 'lldb/unittests/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions