[cfe-commits] r157943 - in /cfe/trunk: include/clang/Basic/DiagnosticSemaKinds.td lib/Sema/SemaLambda.cpp test/SemaCXX/uninitialized.cpp

Eric Christopher echristo at apple.com
Mon Jun 4 12:57:35 PDT 2012


On Jun 4, 2012, at 12:54 PM, John McCall <rjmccall at apple.com> wrote:

> On Jun 4, 2012, at 11:57 AM, Aaron Ballman wrote:
>> Author: aaronballman
>> Date: Mon Jun  4 13:57:41 2012
>> New Revision: 157943
>> 
>> URL: http://llvm.org/viewvc/llvm-project?rev=157943&view=rev
>> Log:
>> Removing the lambda extension warning concerning single return statements, as it no longer applies.
>> 
>> Modified:
>>   cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td
>>   cfe/trunk/lib/Sema/SemaLambda.cpp
>>   cfe/trunk/test/SemaCXX/uninitialized.cpp
> 
> It looks like you need to also update these tests:
> 
>> 	Failing Tests (2):
>> 	    Clang :: CXX/expr/expr.prim/expr.prim.lambda/p4.cpp
>> 	    Clang :: SemaCXX/lambda-expressions.cpp
> 
> Unfortunately, I'm heading into a meeting;  someone please revert if this hasn't happened within an hour or so.

I spoke to him on IRC about it, he's looking at it :)

-eric



More information about the cfe-commits mailing list