[cfe-commits] r86500 - in /cfe/trunk: include/clang/Basic/DiagnosticSemaKinds.td lib/CodeGen/CGCXX.cpp lib/Sema/Sema.h lib/Sema/SemaDeclCXX.cpp test/CXX/temp/temp.spec/temp.expl.spec/p4.cpp test/CodeGenCXX/virt.cpp test/SemaCXX/constructor-initializer.cpp test/SemaCXX/default-constructor-initializers.cpp test/SemaCXX/value-initialization.cpp

Mike Stump mrs at apple.com
Thu Nov 12 19:05:58 PST 2009


On Nov 8, 2009, at 5:05 PM, Eli Friedman wrote:
> Author: efriedma
> Date: Sun Nov  8 19:05:47 2009
> New Revision: 86500
>
> URL: http://llvm.org/viewvc/llvm-project?rev=86500&view=rev
> Log:
> Unify the codepaths used to verify base and member initializers for  
> explicitly
> and implicitly defined constructors.

> --- cfe/trunk/test/CodeGenCXX/virt.cpp (original)
> +++ cfe/trunk/test/CodeGenCXX/virt.cpp Sun Nov  8 19:05:47 2009
> @@ -4,6 +4,7 @@
> // RUN: clang-cc -triple x86_64-apple-darwin -std=c++0x -emit-llvm  
> %s -o %t-64.ll
> // RUN: FileCheck -check-prefix LPLL64 --input-file=%t-64.ll %s
>
> +// XFAIL: *

That's kinda buried way down in there...   Imagine my surprise when I  
notice that I have zero coverage for the work I'm currently doing...   
You have any state on this to share?



More information about the cfe-commits mailing list