]> granicus.if.org Git - clang/commit
Do unary conversions on vararg arguments and *then* special-case float.
authorJohn McCall <rjmccall@apple.com>
Mon, 6 Dec 2010 18:36:11 +0000 (18:36 +0000)
committerJohn McCall <rjmccall@apple.com>
Mon, 6 Dec 2010 18:36:11 +0000 (18:36 +0000)
commit40c2913cef2c211f1fe720ffef83fdb3e4d0fabf
treee8d0df18dd88dad02a4d1de7fea873e82e0fc37e
parent223ae5c26654e5fd7dacdafe43aff28a096ba63b
Do unary conversions on vararg arguments and *then* special-case float.
Fixes PR8742.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@121022 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExpr.cpp
test/CodeGenObjC/property.m