add pet_stmt_can_build_ast_exprs and pet_scop_can_build_ast_exprs
commit41f24a65e86fa3c75bc50d547af7a0e53481c698
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 26 Feb 2014 12:41:21 +0000 (26 13:41 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 24 Mar 2014 16:08:33 +0000 (24 17:08 +0100)
treee2da1e5f622b0e54fa3aa63f72f385c1111c1aec
parent4f12fdbe163ba7a562641ce9219413c6de200022
add pet_stmt_can_build_ast_exprs and pet_scop_can_build_ast_exprs

pet_stmt_build_ast_exprs is currently limited to only handle
the kinds of data dependent accesses that we are currently able
to parse.  In subsequent commits, we will be extending the types of data
dependent accesses we can parse, while the extension of
pet_stmt_build_ast_exprs will be postponed to a later date
such that pet_stmt_build_ast_exprs may fail in some cases.
These functions allow the user to check in advance whether
pet_stmt_build_ast_exprs will succeed.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
include/pet.h
print.c