Teach classify_type to handle typeof
commiteb8559bf861c94ab7958105efa812b21e1da2d51
authorChristopher Li <sparse@chrisli.org>
Thu, 25 Dec 2008 22:20:38 +0000 (25 14:20 -0800)
committerChristopher Li <sparse@chrisli.org>
Thu, 25 Dec 2008 22:20:38 +0000 (25 14:20 -0800)
treee0ec69d08b91a468f7c2838e61e8a7c8d013c162
parent2479d0f7819bdc4328f28c317248f1a6f78e3e9f
Teach classify_type to handle typeof

This change will fix Rusty Russel's test case:
(*(typeof(v) __attribute__((address_space(0), force)) *)(&v))

Signed-Off-By: Christopher Li <sparse@chrisli.org>
evaluate.c
validation/typeof-attribute.c [new file with mode: 0644]