Implement parsing, printing and AST'ing of array types (except for the bounds).
This allows us to handle: int (*A)[restrict static 4][6]; for example. llvm-svn: 39176
Loading
Please register or sign in to comment
This allows us to handle: int (*A)[restrict static 4][6]; for example. llvm-svn: 39176