You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is more me double checking that I did not make a mistake here. It appears that code in uninstantiated templates is inaccessible for analysis.
I’m trying to use CodeQL on a templatized library but it appears that the code within a function template cannot be analyzed? I understand that if I instantiate the template somewhere I will be able to analyze it but I just wanted to make sure I did not miss a way to analyze the templated code without instantiation.
This issue is more me double checking that I did not make a mistake here. It appears that code in uninstantiated templates is inaccessible for analysis.
I’m trying to use CodeQL on a templatized library but it appears that the code within a function template cannot be analyzed? I understand that if I instantiate the template somewhere I will be able to analyze it but I just wanted to make sure I did not miss a way to analyze the templated code without instantiation.
This is the query I run
This is the output.
If the templated code were found I would expect to also see a call in line 8.
CodeQL version: 2.19.3
The text was updated successfully, but these errors were encountered: