[cfe-commits] r84645 - in /cfe/trunk: include/clang/Basic/DiagnosticParseKinds.td lib/Parse/ParseObjc.cpp test/SemaObjC/objc-string-constant.m test/SemaObjC/try-catch.m

Chris Lattner clattner at apple.com
Tue Oct 20 10:58:39 PDT 2009


On Oct 20, 2009, at 10:25 AM, Fariborz Jahanian wrote:

>
> On Oct 20, 2009, at 9:59 AM, Chris Lattner wrote:
>
>>
>> On Oct 20, 2009, at 9:39 AM, Fariborz Jahanian wrote:
>>
>>> Author: fjahanian
>>> Date: Tue Oct 20 11:39:13 2009
>>> New Revision: 84645
>>>
>>> URL: http://llvm.org/viewvc/llvm-project?rev=84645&view=rev
>>> Log:
>>> Issue warning if method body starts with a semicolon.
>>> Fixes
>>> <rdar://problem/7308503> clang should disallow the trailing  
>>> semicolon in method definitions
>>
>> Thanks Fariborz,  how about "semicolon before method body is  
>> ignored".
>>
>> I can see confusion around where the 'start' of the definition is.
> Done in: http://llvm.org/viewvc/llvm-project?view=rev&revision=84647

Thanks!




More information about the cfe-commits mailing list