Jonas Devlieghere
65d2d5bad4
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
2018-02-20 10:15:08 +00:00
..
2017-10-02 14:35:07 +00:00
2017-03-03 20:56:28 +00:00
2018-02-20 10:15:08 +00:00
2017-03-03 20:56:28 +00:00
2017-03-03 20:56:28 +00:00
2017-07-25 17:33:37 +00:00
2016-09-06 20:57:50 +00:00
2017-03-22 19:24:17 +00:00
2017-11-13 16:16:33 +00:00
2016-09-06 20:57:50 +00:00
2016-09-06 20:57:50 +00:00
2017-11-30 10:16:54 +00:00
2016-09-06 20:57:50 +00:00
2016-09-06 20:57:50 +00:00
2017-02-02 21:39:50 +00:00
2017-11-13 16:16:33 +00:00
2017-02-10 23:32:06 +00:00
2017-06-27 11:16:26 +00:00
2017-05-02 10:17:30 +00:00
2017-11-13 16:16:33 +00:00
2016-09-06 20:57:50 +00:00
2017-03-20 19:19:03 +00:00
2017-12-21 10:54:30 +00:00
2017-03-03 20:57:05 +00:00
2017-02-02 21:39:50 +00:00
2017-05-16 23:46:13 +00:00
2017-04-28 00:51:06 +00:00
2017-02-02 21:39:50 +00:00
2017-10-23 23:14:17 +00:00
2017-11-02 21:35:26 +00:00
2017-01-10 11:13:59 +00:00
2017-01-10 11:13:59 +00:00
2017-11-30 10:16:54 +00:00
2017-03-03 20:56:28 +00:00
2017-06-28 09:09:19 +00:00
2017-12-07 10:38:22 +00:00
2017-02-02 21:39:50 +00:00
2016-09-06 20:57:50 +00:00