]> granicus.if.org Git - clang/commit
Changing of type checking order on InitListExpr
authorJin-Gu Kang <jaykang10@imrc.kist.re.kr>
Wed, 5 Sep 2012 08:37:43 +0000 (08:37 +0000)
committerJin-Gu Kang <jaykang10@imrc.kist.re.kr>
Wed, 5 Sep 2012 08:37:43 +0000 (08:37 +0000)
commit45e4e086cf7b4552e806669825f5b2aa2368cc36
tree88be13e2ccf08f1a16b3080d6b8e57d679279eec
parent8cdd8a9f19146582aeadae3fe38ae21ffbe3deeb
Changing of type checking order on InitListExpr
- UnionType is checked eariler than RecordType.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@163202 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGExprConstant.cpp