]> granicus.if.org Git - clang/commit
Implement the integral promotion rules for the C++0x char16_t and
authorDouglas Gregor <dgregor@apple.com>
Thu, 21 Oct 2010 18:04:08 +0000 (18:04 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 21 Oct 2010 18:04:08 +0000 (18:04 +0000)
commit0b8ddb9a4743465cd76e9f134a2f55ab2330a0a4
treefa888f4150662b8992787a440030aaa499344605
parent369ea27b56b89379023366ff1b8ab362b5709e4e
Implement the integral promotion rules for the C++0x char16_t and
char32_t character types and enable built-in overloaded operator
candidates for these types. Fixes PR8432.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@117038 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaOverload.cpp
test/SemaCXX/overloaded-builtin-operators-0x.cpp [new file with mode: 0644]