u.org"
Subject: Re: Clarification on who can approve Objective-C/Objective-C++ parser
patches
On Thu, 23 Sep 2010, Nicola Pero wrote:
> For example, if I post a patch that changes a piece of code in
> gcc/c-parser.c which is only ever used if (c_dialect_objc ()), then I
> a
>> For example, if I post a patch that changes a piece of code in
>> gcc/c-parser.c which is only ever used if (c_dialect_objc ()), then I
>> assume that it is part of the Objective-C front-end, and the
>> Objective-C/Objective-C++ maintainers are in charge of approving it.
>> Once they appro
On Thu, 23 Sep 2010, Nicola Pero wrote:
> For example, if I post a patch that changes a piece of code in
> gcc/c-parser.c which is only ever used if (c_dialect_objc ()), then I
> assume that it is part of the Objective-C front-end, and the
> Objective-C/Objective-C++ maintainers are in charge o
Most of the Objective-C/Objective-C++ parser code is in files shared with the
C/C++ frontend,
hence I'm confused about who approves what.
For example, if I post a patch that changes a piece of code in gcc/c-parser.c
which is only
ever used if (c_dialect_objc ()), then I assume that it is part of