Andy Gibbs
c6e68daac0
Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive.
...
llvm-svn: 166280
2012-10-19 12:44:48 +00:00
Eli Friedman
14f082b69d
Fix a small bug in the way we handle builtin candidates for
...
relational operators of enumeration type. From the gcc testsuite.
llvm-svn: 164171
2012-09-18 21:52:24 +00:00
Richard Smith
9ca5c42582
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
...
-std=c++0x. Patch by Ahmed Charles!
llvm-svn: 141900
2011-10-13 22:29:44 +00:00
Douglas Gregor
877d4ebba4
Always add the built-in overload candidates for operators &&, ||, and
...
!. Fixes PR9865.
llvm-svn: 141537
2011-10-10 14:05:31 +00:00
Douglas Gregor
8a8e0313bf
Add builtin conditional operator candidates for scoped enumeration
...
types, from Alp Toker! Fixes PR8344.
llvm-svn: 116549
2010-10-15 00:50:56 +00:00
Douglas Gregor
2bbc0266e0
Implement the "note" in C++ [over.built]p1, which is actually meant to
...
be a semantic requirement that a built-in overloaded operator is not
added to the overload set of there is already a user-defined
overloaded operator with the same parameter types. Fixes PR8087.
llvm-svn: 113713
2010-09-12 04:28:07 +00:00