David Nadlinger: > If deleg->op isn't guaranteed to be either TOKdelegate or TOKfunction, > this is indeed a bug because fd contains garbage otherwise (you don't > nullptr-initialize it).
The HTML Clang output was quite good at showing the path that leads to such problems. Such HTML is a small thing, but it helps to understand the error report (and to understand when Clang is wrong too). It's an idea worth stealing :-) Bye, bearophile
