I have a requirement to do static analysis on my header-only C++ template library. It is normally exercised by a set of unit tests, but I require the static analysis results to only show issues with the header template code. Is this possible? Or can cppcheck just analyse the header files only, without requiring code to instantiate the templates?