]> granicus.if.org Git - clang/commit
Don't intentionally try to ignore the value of a scalar expression when we
authorEli Friedman <eli.friedman@gmail.com>
Thu, 3 Jun 2010 19:58:07 +0000 (19:58 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Thu, 3 Jun 2010 19:58:07 +0000 (19:58 +0000)
commit0b29227012aacb1ae42277b0a63d28acb1b35270
tree789fbec42d39497861e850e2fe6265d279e3eeba
parent5250f27420386452a21692a6292c99ee7febdac4
Don't intentionally try to ignore the value of a scalar expression when we
actually care about it. Fixes PR7291.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@105404 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGClass.cpp
test/CodeGenCXX/member-init-assignment.cpp [new file with mode: 0644]