Another half-dozen test revisions in the ongoing campaign to make things ready for C++11 as Clangs's default dialect.
Most of these are straightforward, but I am not entirely sure about a couple of things:
- In fixit.cpp, the place that now gets 'expected unqualified-id' seems funny, but maybe that's just the nature of things
- In copy-assignment.cpp, I am bemused by the whole thing but especially 'passing argument to parameter here'
I guess in C++11 we now parse this as CT<10> > 2 > ct;. I'd add a FIXME comment here to re-enable this recovery in C++11.