]> granicus.if.org Git - clang/commit
Simplify EmitLValueForField - we can get whether the field is part of a union or...
authorAnders Carlsson <andersca@mac.com>
Fri, 29 Jan 2010 05:05:36 +0000 (05:05 +0000)
committerAnders Carlsson <andersca@mac.com>
Fri, 29 Jan 2010 05:05:36 +0000 (05:05 +0000)
commite6d2a534851a649485cb087e9dfcaf8a65886858
tree6df59467ca4a4ac7d73eda4123792673e615e62f
parent0c98670e24703ffb6fd74447a7b0c2402e2b5c2b
Simplify EmitLValueForField - we can get whether the field is part of a union or not from the FieldDecl (through its DeclContext).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94798 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Decl.h
lib/CodeGen/CGCall.cpp
lib/CodeGen/CGClass.cpp
lib/CodeGen/CGExpr.cpp
lib/CodeGen/CGExprAgg.cpp
lib/CodeGen/CodeGenFunction.h