This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH 09/11] Support "gcc" namespace in gengtype
- From: Richard Henderson <rth at redhat dot com>
- To: David Malcolm <dmalcolm at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Thu, 01 Aug 2013 11:01:18 -1000
- Subject: Re: [PATCH 09/11] Support "gcc" namespace in gengtype
- References: <1374851081-32153-1-git-send-email-dmalcolm at redhat dot com> <1374851081-32153-10-git-send-email-dmalcolm at redhat dot com>
On 07/26/2013 05:04 AM, David Malcolm wrote:
> + "/* Types with a \"gcc::\" prefix have the prefix stripped\n"
> + " during gengtype parsing. Provide a \"using\" directive\n"
> + " to ensure that the fully-qualified types are found. */\n"
I'd rather not use the word "prefix"; the term "namespace" is both more exact
and less confusing in this context.
Otherwise ok.
r~