This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] C/C++: more stdlib header hints (PR c/81404) (v5)


On Fri, Nov 3, 2017 at 2:15 PM, David Malcolm <dmalcolm@redhat.com> wrote:
> +    = get_cp_stdlib_header_for_name (IDENTIFIER_POINTER (name));

> +                     new suggest_missing_header (loc,
> +                                                 IDENTIFIER_POINTER (name),

Maybe add overloads that take identifiers rather than const char*?

OK with or without that change.

Jason


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]