]> granicus.if.org Git - clang/commit
Perform lvalue-to-rvalue at the end of an expression statement in C.
authorJohn McCall <rjmccall@apple.com>
Thu, 2 Dec 2010 02:07:15 +0000 (02:07 +0000)
committerJohn McCall <rjmccall@apple.com>
Thu, 2 Dec 2010 02:07:15 +0000 (02:07 +0000)
commita878cda355074d7d50211be49e7871840a55a5d9
tree19cd87a42bbf8b597049094a3f9d9bbc0198c0c3
parent70b02943ddee9ee31e9641ab3f5eb0dc874b7e03
Perform lvalue-to-rvalue at the end of an expression statement in C.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@120646 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExprCXX.cpp