]> granicus.if.org Git - clang/commit
Assorted work leading towards the elimination of CK_Unknown.
authorJohn McCall <rjmccall@apple.com>
Mon, 15 Nov 2010 09:13:47 +0000 (09:13 +0000)
committerJohn McCall <rjmccall@apple.com>
Mon, 15 Nov 2010 09:13:47 +0000 (09:13 +0000)
commitdaa8e4e888758d55a7a759dd4a91b83921cef222
treeda0538d1a354cd6a6fabcd34d8015c90b6b28754
parent5ede807c1194c3a44c0adee83eca24efd626e5bb
Assorted work leading towards the elimination of CK_Unknown.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@119138 91177308-0d34-0410-b5e6-96231b3b80d8
18 files changed:
include/clang/AST/Expr.h
include/clang/AST/OperationKinds.h
include/clang/AST/Type.h
include/clang/Sema/Sema.h
lib/AST/Expr.cpp
lib/AST/Type.cpp
lib/Checker/GRExprEngine.cpp
lib/CodeGen/CGExpr.cpp
lib/CodeGen/CGExprScalar.cpp
lib/Sema/SemaCXXCast.cpp
lib/Sema/SemaChecking.cpp
lib/Sema/SemaDeclAttr.cpp
lib/Sema/SemaExpr.cpp
lib/Sema/SemaExprCXX.cpp
lib/Sema/SemaInit.cpp
lib/Sema/SemaObjCProperty.cpp
lib/Sema/SemaOverload.cpp
lib/Sema/SemaTemplate.cpp