]> granicus.if.org Git - clang/commit
Clean up constant implicit cast emission; fixes a few edge cases
authorEli Friedman <eli.friedman@gmail.com>
Thu, 21 Feb 2008 17:57:49 +0000 (17:57 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Thu, 21 Feb 2008 17:57:49 +0000 (17:57 +0000)
commit3b707e7476cd46945e4e187b57b7f0ad811d8752
tree7451ce4fd54fe1a1891e0c9cbad470f467ed9a04
parent4d1c01860708c05757f6a0e17fd90e584000c752
Clean up constant implicit cast emission; fixes a few edge cases
invlolving implicit casts that cause both a decay to pointer type and a
type conversion.

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