aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/ELFObjectFile.cpp
diff options
context:
space:
mode:
authorValeriy Savchenko <vsavchenko@apple.com>2020-08-12 11:04:56 +0300
committerValeriy Savchenko <vsavchenko@apple.com>2020-08-13 18:03:59 +0300
commit9cbfdde2ea060d7e51fd2637f63eaa74b8d92848 (patch)
treefe90e98c0f5eb7e6bbf5878e529e27b23d4ad502 /llvm/lib/Object/ELFObjectFile.cpp
parent63863451d18b3ef590cba9916e1bec181ad252e7 (diff)
downloadllvm-9cbfdde2ea060d7e51fd2637f63eaa74b8d92848.zip
llvm-9cbfdde2ea060d7e51fd2637f63eaa74b8d92848.tar.gz
llvm-9cbfdde2ea060d7e51fd2637f63eaa74b8d92848.tar.bz2
[analyzer] Fix crash with pointer to members values
This fix unifies all of the different ways we handled pointer to members into one. The crash was caused by the fact that the type of pointer-to-member values was `void *`, and while this works for the vast majority of cases it breaks when we actually need to explain the path for the report. rdar://problem/64202361 Differential Revision: https://reviews.llvm.org/D85817
Diffstat (limited to 'llvm/lib/Object/ELFObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions