https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221029

--- Comment #60 from Conrad Meyer <c...@freebsd.org> ---
(In reply to Don Lewis from comment #57)
(In reply to Don Lewis from comment #59)

Yeah, that seems to be the case.  From FoldingSet.h:

 39 /// Any node that is to be included in the folding set must be a subclass
of
 40 /// FoldingSetNode.  The node class must also define a Profile method used
to
 41 /// establish the unique bits of data for the node.  The Profile method is
 42 /// passed a FoldingSetNodeID object which is used to gather the bits.

It's defined on the node type for the template.

FunctionProtoType is defined in tools/clang/include/clang/AST/Type.h; it
inherits from FoldingSetNode and indeed has a Profile method.  So that stack
isn't unreasonable.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to