add support for nested accesses represented by a pet_expr object
commit070eab68911a3ed0f4e91317cd8b4dacf289c20d
authorSven Verdoolaege <skimo@kotnet.org>
Fri, 13 Dec 2013 17:22:46 +0000 (13 18:22 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 24 Mar 2014 16:08:34 +0000 (24 17:08 +0100)
tree4ce8e357d96c8d451ff366ae84c5d9999224be67
parenta285433fd75ce7739a707da59f3ea789170aa400
add support for nested accesses represented by a pet_expr object

We will gradually move from representing nested accesses by clang::Expr objects
to representing them by pet_expr objects.  In the next commit we will start
creating nested accesses of the second type.  Later on, we will remove
the use and support for the first type.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
nest.c
nest.h
scan.cc