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)
commit14f082b69d7309ddc2abb5bc6a6207ce9b1c2c11
tree1fbae115662475e538bd58dfbe211a1f7a214ad1
parente115af2777f6532c8943e95baf7011e2f92f781a
Fix a small bug in the way we handle builtin candidates for
relational operators of enumeration type.  From the gcc testsuite.

llvm-svn: 164171
clang/lib/Sema/SemaOverload.cpp
clang/test/CXX/over/over.built/p1.cpp [deleted file]
clang/test/CXX/over/over.match/over.match.funcs/over.match.oper/p3.cpp [new file with mode: 0644]