[OpenACC] Implement 'tile' clause parsing
The 'tile' clause takes a 'size-expr-list', where a 'size-expr' is either an asterisk or an integral constant expression. This patch parsess it as an assignment expression, which we'll check for constness and type in Sema.
parent
67c1c1db
Please register or sign in to comment