]> granicus.if.org Git - clang/commit
An expression is not foldable if it can't be fully evaluated. Fixes PR3060
authorAnders Carlsson <andersca@mac.com>
Sat, 22 Nov 2008 22:32:07 +0000 (22:32 +0000)
committerAnders Carlsson <andersca@mac.com>
Sat, 22 Nov 2008 22:32:07 +0000 (22:32 +0000)
commitef5a66d8171eb95e948107f8ee7707b360aaff25
tree1428d9138dc4f0c52e7c632053392b571e0c8c0e
parent43f447098d5e6162fbfb97ed38365284207a7fbe
An expression is not foldable if it can't be fully evaluated. Fixes PR3060

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