[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

Sean Hunt scshunt at csclub.uwaterloo.ca
Wed May 18 22:35:50 PDT 2011


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?

Sean



More information about the cfe-commits mailing list