Re: ObjC: remove temporary tree list used when calling objc_declare_class()
On Apr 13, 2011, at 1:52 PM, Nicola Pero wrote: > This patch removes another case of temporary tree chains from the ObjC > compiler. > Ok to commit ? Ok.
ObjC: remove temporary tree list used when calling objc_declare_class()
This patch removes another case of temporary tree chains from the ObjC compiler. When the parser finds a @class NSArray; declaration, it would call objc_declare_class() passing as argument a temporary tree list containing the identifier. This tree list is created, used for the function call,