-
Notifications
You must be signed in to change notification settings - Fork 1.5k
fix #14117: --no-check-unused-templates does not apply to templated functions with declaration specifiers #7811
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Seems a bit convoluted but as I do not understand this kind of processing well I leave it up to others to comment. Still some notes. |
For some additional extended manual testing you could use the invocation added in danmar/simplecpp#438 and adjust it for Cppcheck and compare the output. The standard headers have lots of templates after all. |
|
Thanks, I'll take a look at that |
Not in the scope of this PR but I wonder if it would make sense to add a debug message if a function is being omitted from analysis. |
No description provided.