]> granicus.if.org Git - clang/commit
Enable the new struct type builder now that the constant struct builder works. (The...
authorAnders Carlsson <andersca@mac.com>
Mon, 27 Jul 2009 15:31:55 +0000 (15:31 +0000)
committerAnders Carlsson <andersca@mac.com>
Mon, 27 Jul 2009 15:31:55 +0000 (15:31 +0000)
commitabdad358b53d0efd1d89ea434b7078600a656d1f
treecb3b7d1fe580ed3593273e9935c31759bd5d201f
parentc1efe36ca75b4f4f82cdec464bab5693ed0d6058
Enable the new struct type builder now that the constant struct builder works. (The old code will still be there until we know that everything works well.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77190 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGRecordLayoutBuilder.cpp
test/CodeGen/PR3613-static-decl.c
test/CodeGen/PR4611-bitfield-layout.c
test/CodeGen/cast-to-union.c
test/CodeGen/const-init.c
test/CodeGen/struct-x86-darwin.c