]> granicus.if.org Git - clang/commit
Bring UsualArithmeticConversionsType back into Sema and cast the
authorJohn McCall <rjmccall@apple.com>
Sat, 13 Nov 2010 08:17:45 +0000 (08:17 +0000)
committerJohn McCall <rjmccall@apple.com>
Sat, 13 Nov 2010 08:17:45 +0000 (08:17 +0000)
commitcf33b24441798f538fb5ab089edbba2ac3ba819c
tree2d6f56c015f590f0c43e23555cea124b4d5fc35b
parent9a4084dc06dc1b0033c461013bee3bae74be0555
Bring UsualArithmeticConversionsType back into Sema and cast the
operands appropriately.  There are a lot of missing complex-related
cast kinds.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@118993 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ASTContext.h
lib/AST/ASTContext.cpp
lib/Sema/SemaExpr.cpp