Tal - 23 hours ago

Currently as far as I know, you can ask cppcheck to display in the warning message the file/line trace that called it.
I'd like to have also the function name, but more importantly - the template variable assignment (and auto types resolutions) that caused the errors, both for the templates of a function and struct/class.

Alternatively, do you know how to deduce which template instantiation had caused a particular warning?