As stated in the subject, core.demangle's internal comments refer to TypeIdent,
TypeClass, TypeName, TypeEnum, and TypeTypedef as being LName values, but it
parsed them as QualifiedName values. And, as long as someone is messing with
the comments in core.demangle, it would probably be a good idea to split up the
comment describing the structure of a TypeFunction to have only the part the
method it's above actually uses, and to move the rest to the methods that
actually parse that piece. This would make it consistent with the rest of the
style used in core.demangle.
Comment #1 by robert.schadek — 2024-12-07T13:34:11Z