]> granicus.if.org Git - clang/commit
Remove default argument for ImpCastExprToType. Add appropriate argument
authorEli Friedman <eli.friedman@gmail.com>
Tue, 20 Oct 2009 08:27:19 +0000 (08:27 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Tue, 20 Oct 2009 08:27:19 +0000 (08:27 +0000)
commit73c39abdbb79927605d740c93dd9629e3e4f9bfe
tree38c5d694e38e09bc30e592a813af14f3e4c83357
parent90556e369d7d4364a1ee3924316f729bcbda24e5
Remove default argument for ImpCastExprToType.  Add appropriate argument
to all callers.  Switch a few other users of CK_Unknown to proper cast
kinds.

Note that there are still some situations where we end up with
CK_Unknown; they're pretty easy to find with grep. There
are still a few missing conversion kinds, specifically
pointer/int/float->bool and the various combinations of real/complex
float/int->real/complex float/int.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@84623 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/Sema.h
lib/Sema/SemaChecking.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaExpr.cpp
lib/Sema/SemaExprCXX.cpp
lib/Sema/SemaExprObjC.cpp
lib/Sema/SemaOverload.cpp
lib/Sema/SemaStmt.cpp
lib/Sema/SemaTemplate.cpp