[cfe-commits] r67033 - in /cfe/trunk: include/clang/Parse/DeclSpec.h lib/Parse/ParseDecl.cpp test/Parser/cxx-reference.cpp

Sebastian Redl sebastian.redl at getdesigned.at
Sun Mar 15 17:30:56 PDT 2009


Anders Carlsson wrote:
>> ======================================================================
>> --- cfe/trunk/test/Parser/cxx-reference.cpp (original)
>> +++ cfe/trunk/test/Parser/cxx-reference.cpp Sun Mar 15 17:02:01 2009
>> @@ -1,4 +1,4 @@
>> -// RUN: clang -fsyntax-only -verify %s
>> +// RUN: clang -fsyntax-only -verify -std=c++0x %s
>>
>
> Could you put the C++0x related tests in a separate file? That would
> make it easier to compare results with other compilers.
Can do.

Sebastian



More information about the cfe-commits mailing list