summaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api/global_module_cache/TestGlobalModuleCache.py
diff options
context:
space:
mode:
authorBalazs Benics <benicsbalazs@gmail.com>2024-10-09 11:39:56 +0200
committerGitHub <noreply@github.com>2024-10-09 11:39:56 +0200
commit068d76b48093ccf8b55c4af6a6ccacfc1ce0ae53 (patch)
tree87f260edc3b558ca4a6891df8335e77f98166706 /lldb/test/API/python_api/global_module_cache/TestGlobalModuleCache.py
parentb2edeb58b8cb3268acee425cd52b406eb60a8095 (diff)
[analyzer] Fix crash when casting the result of a malformed fptr call (#111390)
Ideally, we wouldn't workaround our current cast-modeling, but the experimental "support-symbolic-integer-casts" is not finished so we need to live with our current modeling. Ideally, we could probably bind `UndefinedVal` as the result of the call even without evaluating the call, as the result types mismatch between the static type of the `CallExpr` and the actually function that happens to be called. Nevertheless, let's not crash. https://compiler-explorer.com/z/WvcqK6MbY CPP-5768
Diffstat (limited to 'lldb/test/API/python_api/global_module_cache/TestGlobalModuleCache.py')
0 files changed, 0 insertions, 0 deletions