]> granicus.if.org Git - clang/commit
Switch a lot of call-sites over to using the new value-kind calculations.
authorJohn McCall <rjmccall@apple.com>
Wed, 24 Nov 2010 05:12:34 +0000 (05:12 +0000)
committerJohn McCall <rjmccall@apple.com>
Wed, 24 Nov 2010 05:12:34 +0000 (05:12 +0000)
commit7eb0a9eb0cde8444b97f9c5b713d9be7a6f1e607
treee828a6fb6060ac7711b5209210bfd31c15de71af
parent834f9de3d3d76986d09f41725a70ba45a3e2aecd
Switch a lot of call-sites over to using the new value-kind calculations.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@120084 91177308-0d34-0410-b5e6-96231b3b80d8
13 files changed:
include/clang/AST/Expr.h
lib/AST/ASTContext.cpp
lib/AST/Expr.cpp
lib/AST/ExprClassification.cpp
lib/CodeGen/CGExpr.cpp
lib/CodeGen/CGExprScalar.cpp
lib/Sema/SemaCXXCast.cpp
lib/Sema/SemaExpr.cpp
lib/Sema/SemaExprCXX.cpp
lib/Sema/SemaInit.cpp
lib/Sema/SemaOverload.cpp
lib/Sema/SemaStmt.cpp
lib/Sema/SemaTemplateDeduction.cpp