]> granicus.if.org Git - clang/commit
Update ImplicitCastExpr to be able to represent an XValue.
authorSebastian Redl <sebastian.redl@getdesigned.at>
Tue, 20 Jul 2010 04:20:21 +0000 (04:20 +0000)
committerSebastian Redl <sebastian.redl@getdesigned.at>
Tue, 20 Jul 2010 04:20:21 +0000 (04:20 +0000)
commit906082edf2aea1c6de2926f93a8d7121e49d2a54
tree40ad6a9e39aa0c1554391f03c4dd14cab9e668c1
parent0b42659e76ec32cee3f59bc206e93b4c917e9df5
Update ImplicitCastExpr to be able to represent an XValue.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@108807 91177308-0d34-0410-b5e6-96231b3b80d8
21 files changed:
include/clang/AST/Expr.h
lib/AST/ASTImporter.cpp
lib/AST/Expr.cpp
lib/AST/ExprClassification.cpp
lib/AST/StmtDumper.cpp
lib/AST/StmtProfile.cpp
lib/CodeGen/CGExprScalar.cpp
lib/CodeGen/CGObjC.cpp
lib/Frontend/PCHReaderStmt.cpp
lib/Frontend/PCHWriterStmt.cpp
lib/Rewrite/RewriteObjC.cpp
lib/Sema/Sema.cpp
lib/Sema/Sema.h
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaExpr.cpp
lib/Sema/SemaExprCXX.cpp
lib/Sema/SemaInit.cpp
lib/Sema/SemaInit.h
lib/Sema/SemaOverload.cpp
lib/Sema/SemaTemplate.cpp