[cfe-commits] r110708 - /cfe/trunk/test/PCH/cxx-typeid.cpp

Daniel Dunbar daniel at zuster.org
Tue Aug 10 19:19:17 PDT 2010


On Tue, Aug 10, 2010 at 12:36 PM, Eli Friedman <eli.friedman at gmail.com> wrote:
> On Tue, Aug 10, 2010 at 12:32 PM, Daniel Dunbar <daniel at zuster.org> wrote:
>> Author: ddunbar
>> Date: Tue Aug 10 14:32:44 2010
>> New Revision: 110708
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=110708&view=rev
>> Log:
>> tests: Tests which include system headers must use the driver, not -cc1.
>>
>> Modified:
>>    cfe/trunk/test/PCH/cxx-typeid.cpp
>>
>> Modified: cfe/trunk/test/PCH/cxx-typeid.cpp
>> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/PCH/cxx-typeid.cpp?rev=110708&r1=110707&r2=110708&view=diff
>> ==============================================================================
>> --- cfe/trunk/test/PCH/cxx-typeid.cpp (original)
>> +++ cfe/trunk/test/PCH/cxx-typeid.cpp Tue Aug 10 14:32:44 2010
>> @@ -1,8 +1,8 @@
>>  // Test this without pch.
>> -// RUN: %clang_cc1 -include %S/cxx-typeid.h -fsyntax-only -verify %s
>> +// RUN: %clang -include %S/cxx-typeid.h -fsyntax-only -verify %s
>
> -Xclang -verify?

Yup, thanks - will fix.

 - Daniel

> -Eli
>




More information about the cfe-commits mailing list