]> granicus.if.org Git - clang/commit
Restore the lvalue-to-rvalue conversion patch with a minimal fix.
authorJohn McCall <rjmccall@apple.com>
Wed, 1 Dec 2010 04:43:34 +0000 (04:43 +0000)
committerJohn McCall <rjmccall@apple.com>
Wed, 1 Dec 2010 04:43:34 +0000 (04:43 +0000)
commit0ae287a498b8cec2086fe6b7e753cbb3df63e74a
tree22c868a442c3e824b29d555680ef1f86e13b5ee3
parentbb3f9952842f4efa663303b0fd1e23a04a0ad082
Restore the lvalue-to-rvalue conversion patch with a minimal fix.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@120555 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Expr.h
include/clang/AST/OperationKinds.h
lib/AST/Expr.cpp
lib/Checker/GRExprEngine.cpp
lib/CodeGen/CGExpr.cpp
lib/CodeGen/CGExprAgg.cpp
lib/CodeGen/CGExprScalar.cpp
lib/Sema/SemaExpr.cpp
test/CodeGenCXX/derived-to-base.cpp