Skip to content
Commit 7ccecb90 authored by Chris Lattner's avatar Chris Lattner
Browse files

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
parent 47814666
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment