Hi Faisal,

On Thu, Sep 26, 2013 at 12:54 PM, Faisal Vali <[email protected]> wrote:
> Author: faisalv
> Date: Thu Sep 26 14:54:12 2013
> New Revision: 191453
>
> URL: http://llvm.org/viewvc/llvm-project?rev=191453&view=rev
> Log:
> Implement a rudimentary form of generic lambdas.
<snip>
> Added: 
> cfe/trunk/test/CXX/expr/expr.prim/expr.prim.lambda/generic-lambda-unimplemented-1y.cpp
> URL: 
> http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CXX/expr/expr.prim/expr.prim.lambda/generic-lambda-unimplemented-1y.cpp?rev=191453&view=auto
> ==============================================================================
> --- 
> cfe/trunk/test/CXX/expr/expr.prim/expr.prim.lambda/generic-lambda-unimplemented-1y.cpp
>  (added)
> +++ 
> cfe/trunk/test/CXX/expr/expr.prim/expr.prim.lambda/generic-lambda-unimplemented-1y.cpp
>  Thu Sep 26 14:54:12 2013
> @@ -0,0 +1,51 @@
> +// RUN: %clang_cc1 -fsyntax-only -std=c++1y %s -verify -emit-llvm

This test and p5-generic-lambda-1y.cpp fail when run on a read-only
filesystem; they should output to tempfiles.
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to