diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2018-02-20 10:15:08 +0000 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2018-02-20 10:15:08 +0000 |
commit | 65d2d5bad4ee0db2c824ebd7faec75df401c4056 (patch) | |
tree | d8ec9a12a8b75fbbfa832bfb8c1ffdd722e9b381 /llvm/test/CodeGen/X86/cmp.ll | |
parent | 8234b4893ab6ca9e4f0f21d5ec73ae9d8cf5dc3d (diff) | |
download | bcm5719-llvm-65d2d5bad4ee0db2c824ebd7faec75df401c4056.tar.gz bcm5719-llvm-65d2d5bad4ee0db2c824ebd7faec75df401c4056.zip |
Handle typeof() expressions
Before this patch, LLDB was not able to evaluate expressions that
resulted in a value with a typeof- or decltype-type. This patch fixes
that.
Before:
(lldb) p int i; __typeof__(i) j = 1; j
(typeof (i)) $0 =
After:
(lldb) p int i; __typeof__(i) j = 1; j
(typeof (i)) $0 = 1
Differential revision: https://reviews.llvm.org/D43471
rdar://37461520
llvm-svn: 325568
Diffstat (limited to 'llvm/test/CodeGen/X86/cmp.ll')
0 files changed, 0 insertions, 0 deletions