diff options
author | Chris Lattner <sabre@nondot.org> | 2007-06-09 01:20:56 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-06-09 01:20:56 +0000 |
commit | 1ad38f8feee93b22e69aa3543a6027445500c521 (patch) | |
tree | 93cc14b33125708ecee231db08c8337ade7973a5 /clang/CodeGen/CodeGenFunction.cpp | |
parent | 776fac87033d7616f1bfd46c39221688c97b0011 (diff) | |
download | bcm5719-llvm-1ad38f8feee93b22e69aa3543a6027445500c521.tar.gz bcm5719-llvm-1ad38f8feee93b22e69aa3543a6027445500c521.zip |
codegen all declarators in a declstmt, allowing us to successfully codegen
stuff like:
void test() {
int *X, Y, *Z[14];
X[Y] = 4;
}
llvm-svn: 39624
Diffstat (limited to 'clang/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions