Skip to content
GitLab
Explore
Sign in
This is an archived project. Repository and other project resources are read-only.
llvm-epi-0.8
clang
AST
ASTContext.cpp
Find file
Blame
History
Permalink
Implement parsing, printing and AST'ing of array types (except for the bounds).
· 7ccecb90
Chris Lattner
authored
Nov 12, 2006
This allows us to handle: int (*A)[restrict static 4][6]; for example. llvm-svn: 39176
7ccecb90
Loading