]> granicus.if.org Git - clang/commit
Add CK_ToUnion and use it for aggregate expression codegen.
authorAnders Carlsson <andersca@mac.com>
Fri, 7 Aug 2009 23:22:37 +0000 (23:22 +0000)
committerAnders Carlsson <andersca@mac.com>
Fri, 7 Aug 2009 23:22:37 +0000 (23:22 +0000)
commit4d8673b645ad86e496b886a0f80b60763f67071d
treea06d890f4548b8be9df2c13d47a9a84f658d6c60
parentcdb61979755c1c0699c1ee25eede9a50bf94d29b
Add CK_ToUnion and use it for aggregate expression codegen.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@78429 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Expr.h
lib/CodeGen/CGExprAgg.cpp
lib/Sema/SemaExpr.cpp