[cfe-commits] r138190 - /cfe/trunk/test/CodeGenCXX/2003-11-25-ReturningOpaqueByValue.cpp

Chandler Carruth chandlerc at google.com
Fri Aug 19 23:33:25 PDT 2011


On Fri, Aug 19, 2011 at 10:58 PM, Francois Pichet <pichet2000 at gmail.com>wrote:

> On Sat, Aug 20, 2011 at 1:38 AM, NAKAMURA Takumi <geek4civic at gmail.com>
> wrote:
> > Author: chapuni
> > Date: Sat Aug 20 00:38:29 2011
> > New Revision: 138190
> >
> > URL: http://llvm.org/viewvc/llvm-project?rev=138190&view=rev
> > Log:
> > test/CodeGenCXX/2003-11-25-ReturningOpaqueByValue.cpp: Mark XFAIL: win32.
> >
> > FIXME: Avoid using system headers. clang cannot handle MS <vector> yet.
>
> clang can handle <vector>, at least with MSVC 2010.
> But it can't using just clang -cc1 without the -fms-extensions and a
> few other options
>

Heh, as I said in IRC, we can just delete these if they serve no purpose. In
particular, all this did was return a vector from a function and throw that
away. We didn't even check the output to see if we did so *correctly*. I've
removed this test. We've got plenty of tests that cover both functions
returning structs, and the parsing and instantiation of templates such as
vector.



> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110819/e7427a47/attachment.html>


More information about the cfe-commits mailing list