Re: ObjC/ObjC++: Add support for nonnull attribute for ObjC methods
On May 27, 2011, at 8:45 AM, Nicola Pero wrote: > This patch adds support for the "nonnull" attribute for Objective-C methods > (clang has it too). > Ok to commit ? Ok.
ObjC/ObjC++: Add support for nonnull attribute for ObjC methods
This patch adds support for the "nonnull" attribute for Objective-C methods (clang has it too). The implementation follows the existing framework and is very similar to the "format" attribute one. Testcases included. Ok to commit ? Thanks PS: There is a small unsatisfactory issue with the ge