On Jul 31, 2014, at 12:21 PM, Aaron Ballman <[email protected]> wrote:

> The attach patch addresses a FIXME asking for improved source range
> information when a nonnull parameter or return type is not a pointer
> type. A few questions come to mind:
> 
> 1) Is my addition to ObjCMethodDecl the correct way to get return type
> source range information?

LGTM. We use the same in other places.For example, in 
Sema::CheckObjCMethodOverride
- Fariborz

> 2) Does this patch require tests? If so, do we have any source range
> tests I should model after?
> 
> Thanks!
> 
> ~Aaron
> <nonnull.patch>

_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to