]> granicus.if.org Git - clang/commit
Fix a bug where we didn't promote 'const float' (or typedefs) to
authorChris Lattner <sabre@nondot.org>
Fri, 27 Jun 2008 22:48:56 +0000 (22:48 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 27 Jun 2008 22:48:56 +0000 (22:48 +0000)
commit3cc5e5b5268d7359c818ca5a2b62a339923020c4
treea339ebbdf38a81e5f674a5e2b68467ab956f286a
parentfbf1347e1e225cbc206563bba3f0a75f9ceaa571
Fix a bug where we didn't promote 'const float' (or typedefs) to
double in some places.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52846 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExpr.cpp
test/CodeGen/exprs.c