Nico Weber
723b4f02a7
Reland r160052: Default to -std=c++11 on Windows.
...
Also update the tests that rely on c++98 to explicitly mention that.
llvm-svn: 162890
2012-08-30 02:08:31 +00:00
Chandler Carruth
456daba135
Switch to using %clang_cc1 properly rather than manually passing the -cc1 flag.
...
llvm-svn: 118996
2010-11-13 10:19:35 +00:00
Gabor Greif
3fe617cc09
add two more use-cases (explicit instantiation) that should pass now
...
llvm-svn: 112533
2010-08-30 21:45:06 +00:00
Gabor Greif
718d515b3a
fix dual aspect of PR8007,
...
namely when the friend function prototype is already used
at the point of the template definition that is supposed
to inject the friend function. Testcase verifies four
scenarios.
I would like receive some code review for this.
llvm-svn: 112524
2010-08-30 21:10:05 +00:00
Gabor Greif
b0c557be1e
add another test for PR8007
...
this is still failing, need to come up with a fix
(but we are in good company as the first gcc version
pass this test will be v4.6)
llvm-svn: 112369
2010-08-28 12:12:45 +00:00