]> granicus.if.org Git - clang/commit
PR12964: __int128 and unsigned __int128 are promoted integral types, be sure to
authorRichard Smith <richard-llvm@metafoo.co.uk>
Sun, 10 Jun 2012 08:00:26 +0000 (08:00 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Sun, 10 Jun 2012 08:00:26 +0000 (08:00 +0000)
commit3c2fcf8705023e1d91d1c85dc7c8a4aa2248050b
treede0c225f322ebdd2b308240318e94939ede31d18
parent3335eb7f7c5b82f109c585fb4009ff8240b11a84
PR12964: __int128 and unsigned __int128 are promoted integral types, be sure to
consider them when enumerating builtin operator candidates.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158293 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaOverload.cpp
test/SemaCXX/deleted-operator.cpp
test/SemaCXX/overloaded-builtin-operators.cpp