On Fri, Nov 3, 2017 at 2:15 PM, David Malcolm <dmalc...@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