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
CodeGen
CGDecl.cpp
Find file
Blame
History
Permalink
codegen all declarators in a declstmt, allowing us to successfully codegen
· 1ad38f8f
Chris Lattner
authored
Jun 09, 2007
stuff like: void test() { int *X, Y, *Z[14]; X[Y] = 4; } llvm-svn: 39624
1ad38f8f
Loading