[cfe-commits] r131632 - in /cfe/trunk: include/clang/Sema/Sema.h lib/Sema/SemaDecl.cpp lib/Sema/SemaDeclCXX.cpp lib/Sema/SemaExceptionSpec.cpp test/CXX/special/class.dtor/p3-0x.cpp test/CodeGenCXX/cxx0x-delegating-ctors.cpp test/CodeGenCXX/eh.cpp test/SemaCXX/pr9941.cpp
Sebastian Redl
sebastian.redl at getdesigned.at
Wed May 18 22:43:39 PDT 2011
On 18.05.2011, at 23:35, Sean Hunt wrote:
> On 05/18/11 22:13, Sebastian Redl wrote:
>> Removed: cfe/trunk/test/SemaCXX/pr9941.cpp
>> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/SemaCXX/pr9941.cpp?rev=131631&view=auto
>> ==============================================================================
>> --- cfe/trunk/test/SemaCXX/pr9941.cpp (original)
>> +++ cfe/trunk/test/SemaCXX/pr9941.cpp (removed)
>> @@ -1,7 +0,0 @@
>> -// RUN: %clang_cc1 -std=c++0x -fsyntax-only -verify %s
>> -
>> -struct X
>> -{ virtual ~X() {} };
>> -
>> -struct Y : X
>> -{ virtual ~Y() {} };
>
> Is there any reason to remove this test or was this just a mistake?
>
I integrated it into the big test.
Sebastian
More information about the cfe-commits
mailing list