]> granicus.if.org Git - clang/commit
add a codegen hack to work around an AST bug, allowing us to compile the
authorChris Lattner <sabre@nondot.org>
Mon, 8 Mar 2010 21:08:07 +0000 (21:08 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 8 Mar 2010 21:08:07 +0000 (21:08 +0000)
commitb35baae19b906245b5c2266b47ef411abcc6b25a
tree7759f48f8b56dded3d82d83c6aebfe6f4899c5d6
parent503524acc73f2f8280080ca0d200377406001b65
add a codegen hack to work around an AST bug, allowing us to compile the
code in PR6537.  This should be reverted when the ast bug is fixed.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97981 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGExprAgg.cpp
test/CodeGen/init.c