Re: ObjC/ObjC++: Add support for nonnull attribute for ObjC methods

2011-05-27 Thread Mike Stump
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

2011-05-27 Thread Nicola Pero
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