]> granicus.if.org Git - clang/commit
Fix PR4027 + rdar://6808859, we were rejecting implicit casts of
authorChris Lattner <sabre@nondot.org>
Tue, 21 Apr 2009 05:19:11 +0000 (05:19 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 21 Apr 2009 05:19:11 +0000 (05:19 +0000)
commit81045d8dcd967def69d8e0945566214a9fe9ffcc
tree8fc73049eac5cdf259097d18db04b3d559a3134d
parentce84c16a9560b424d109e74126e45f99c6a08fcd
Fix PR4027 + rdar://6808859, we were rejecting implicit casts of
aggregates even though we already accept explicit ones.  Easy fix.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69661 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/Expr.cpp
test/Sema/const-eval.c