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? _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
