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
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
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/