]> granicus.if.org Git - clang/commit
Introduce an r-value to l-value cast kind. I'm not promising anything
authorJohn McCall <rjmccall@apple.com>
Tue, 30 Nov 2010 10:13:06 +0000 (10:13 +0000)
committerJohn McCall <rjmccall@apple.com>
Tue, 30 Nov 2010 10:13:06 +0000 (10:13 +0000)
commit7e4857931bfe27bb355275bc7ec1eaa44612dfff
tree6123b51c2efa712f7457976d989740be903a254a
parent6710cf1d5f3ab31524af6d72278ec5952f75b3c4
Introduce an r-value to l-value cast kind.  I'm not promising anything
about the reliability of this yet.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@120422 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