Re: [PATCH] Factor getObjCEncodingForPropertyType out of getObjCEncodingForPropertyDecl

2014-07-07 Thread Joe Groff
Thanks Doug! Committed r212496. -Joe On Mon, Jul 7, 2014 at 3:25 PM, Douglas Gregor wrote: > LGTM > > > On Jul 7, 2014, at 11:14 AM, Joe Groff wrote: > > > > Hi everyone. I'd like to be able to get the type encoding of an ObjC > property by itself without forming an entire ObjCPropertyDecl. H

Re: [PATCH] Factor getObjCEncodingForPropertyType out of getObjCEncodingForPropertyDecl

2014-07-07 Thread Douglas Gregor
LGTM > On Jul 7, 2014, at 11:14 AM, Joe Groff wrote: > > Hi everyone. I'd like to be able to get the type encoding of an ObjC property > by itself without forming an entire ObjCPropertyDecl. Here's a small patch > that factors ASTContext::getObjCEncodingForPropertyType out of the larger > get

[PATCH] Factor getObjCEncodingForPropertyType out of getObjCEncodingForPropertyDecl

2014-07-07 Thread Joe Groff
Hi everyone. I'd like to be able to get the type encoding of an ObjC property by itself without forming an entire ObjCPropertyDecl. Here's a small patch that factors ASTContext::getObjCEncodingForPropertyType out of the larger getObjCEncodingForPropertyDecl method. -Joe diff --git a/include/clang/