Richard Smith
|
521ecc1f97
|
PR12964: __int128 and unsigned __int128 are promoted integral types, be sure to
consider them when enumerating builtin operator candidates.
llvm-svn: 158293
|
2012-06-10 08:00:26 +00:00 |
Richard Smith
|
978cc7306c
|
Fix assertion (too few Diag arguments) when diagnosing a deleted operator delete
llvm-svn: 151442
|
2012-02-25 09:42:26 +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 |
Eli Friedman
|
79b2d3a4d4
|
Make sure we don't crash printing builtin candidates for overloads of deleted operators. Fixes PR10757.
llvm-svn: 138645
|
2011-08-26 19:46:22 +00:00 |