Pre-compute all possible usual-arithmetic-conversions results for the
authorJohn McCall <rjmccall@apple.com>
Sat, 13 Nov 2010 05:51:15 +0000 (05:51 +0000)
committerJohn McCall <rjmccall@apple.com>
Sat, 13 Nov 2010 05:51:15 +0000 (05:51 +0000)
commit00071ec8f2f46201327b26e7092ffa40a53876be
treec95270f1eff976a6dcda7bbec9a65e6ad07a6073
parent083c7e2d564033af87e507fbbd02f1c77ff462b1
Pre-compute all possible usual-arithmetic-conversions results for the
promoted arithmetic types for which builtin operator candidates are
emitted.  A few of these need further analysis.

Removes all the uses of UsualArithmeticConversionsType except the
core function in SemaExpr.cpp.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@118988 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaOverload.cpp