]> granicus.if.org Git - clang/commit
Bind references to opaque r-values correctly. Add a few test cases
authorJohn McCall <rjmccall@apple.com>
Mon, 21 Feb 2011 05:25:38 +0000 (05:25 +0000)
committerJohn McCall <rjmccall@apple.com>
Mon, 21 Feb 2011 05:25:38 +0000 (05:25 +0000)
commit7cc25fe47290dc302157e15b04a1f95395f43ab5
tree924395564143a287dd81183bf5047954711e1527
parent30decb84883d3676f347bfe50f8eb8f5f62e447d
Bind references to opaque r-values correctly.  Add a few test cases
for ?: on record types.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126113 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGExpr.cpp
test/CodeGenCXX/conditional-gnu-ext.cpp