[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.
Loading
Please sign in to comment