]> granicus.if.org Git - clang/commit
Fix up constant expression handling to deal with the address
authorEli Friedman <eli.friedman@gmail.com>
Wed, 27 May 2009 06:04:58 +0000 (06:04 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Wed, 27 May 2009 06:04:58 +0000 (06:04 +0000)
commit50c39ea4858265f3f5f42a0c624557ce2281936b
treebb90ac16834dc1313cf653c2a2f407a856f93112
parent4a18784dea763be146df68546e6dbf4233c33077
Fix up constant expression handling to deal with the address
of a reference correctly.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72463 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ExprConstant.cpp
lib/CodeGen/CGExprConstant.cpp
test/CodeGenCXX/references.cpp