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 |
Chad Rosier
|
f897d3b88b
|
Fixed test case asserts due to checkin of r130710.
llvm-svn: 130720
|
2011-05-02 20:39:21 +00:00 |
Richard Smith
|
0f538460d2
|
Fix AST serialization of reference-to-reference types. This previously caused
a crash when deserializing the AST for this:
typedef char (&R);
extern R &r;
llvm-svn: 129358
|
2011-04-12 10:38:03 +00:00 |