]> granicus.if.org Git - clang/commit
Arguments to unordered comparison builtins may need implicit casts.
authorDaniel Dunbar <daniel@zuster.org>
Thu, 19 Feb 2009 19:28:43 +0000 (19:28 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 19 Feb 2009 19:28:43 +0000 (19:28 +0000)
commit403bc2bd9edffe51d73776643fa87696c9417678
treed16f45f6ca9e9d64cf334b043797945081823250
parent81ebbde0fb30a40df0f5e913d8a1f71c383d271a
Arguments to unordered comparison builtins may need implicit casts.
 - <rdar://problem/6094103> sema fails to promote type arguments to __builtin_isgreater (and friends)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65059 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaChecking.cpp
test/Sema/rdr6094103-unordered-compare-promote.c [new file with mode: 0644]