Add new isl_ast_expr_to_C_str function
commit83589fa2cbbd3b75b63c2176a73386295ddd01c8
authorTobias Grosser <tobias@grosser.es>
Wed, 22 Jun 2016 15:16:05 +0000 (22 17:16 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 22 Jun 2016 18:27:07 +0000 (22 20:27 +0200)
treeef51cdb775f815974f3385eab653d0ddf1ae0e2f
parent72ffe8841d14ba39e119c9529cebbf63b2f9f189
Add new isl_ast_expr_to_C_str function

This function provides a new interface to return a C code representation for
an isl_ast_expr. It can be used as replacement for isl_ast_expr_to_str in
situations where it is important that the returned representation of an
ast_expr uses C formatting.

This new functionality is directly used in isl_test to make it
future-proof for situations where the isl_ast_expr representation
changes.

Signed-off-by: Tobias Grosser <tobias@grosser.es>
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
doc/user.pod
include/isl/ast.h
isl_ast.c
isl_test.c