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 |
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
|
3e85c9c561
|
Allow comparison between block pointers and NULL pointer
constants. Fixes PR10145.
llvm-svn: 133179
|
2011-06-16 18:52:05 +00:00 |
Douglas Gregor
|
39e9fa938c
|
Implement comparisons between nullptr and Objective-C object
pointers. Fixes PR10052.
llvm-svn: 132397
|
2011-06-01 15:12:24 +00:00 |