[cfe-commits] r60629 - /cfe/trunk/lib/Sema/SemaDeclObjC.cpp
Fariborz Jahanian
fjahanian at apple.com
Sat Dec 6 15:07:42 PST 2008
On Dec 6, 2008, at 3:00 PM, Chris Lattner wrote:
>
> On Dec 6, 2008, at 1:11 PM, Fariborz Jahanian wrote:
>
>> Author: fjahanian
>> Date: Sat Dec 6 15:11:37 2008
>> New Revision: 60629
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=60629&view=rev
>> Log:
>> Check for correct'void' return type for setter methods.
>
> Hi Fariborz, does this work on methods that return a typedef for void?
No. Ironically, same as gcc :). Will fix it shortly.
- Thanks, Fariborz
>
More information about the cfe-commits
mailing list