]> granicus.if.org Git - clang/commit
Fix a small bug in the way we handle builtin candidates for
authorEli Friedman <eli.friedman@gmail.com>
Tue, 18 Sep 2012 21:52:24 +0000 (21:52 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Tue, 18 Sep 2012 21:52:24 +0000 (21:52 +0000)
commit97c6739a1e74a3131261081054ff4a75e4e3b64c
tree0f8b668bae1dbc6da740a16063efb564cc71b604
parent9cd5b24315aea4bc58bac03cfb4874e076b013b8
Fix a small bug in the way we handle builtin candidates for
relational operators of enumeration type.  From the gcc testsuite.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164171 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaOverload.cpp
test/CXX/over/over.built/p1.cpp [deleted file]
test/CXX/over/over.match/over.match.funcs/over.match.oper/p3.cpp [new file with mode: 0644]