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
Copy file name to clipboardExpand all lines: TUNING.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,6 +111,12 @@ So if you do not require the additional safety you might want to switch to the u
111
111
112
112
Note: For Windows binaries we currently do not provide the possibility of using processes so this does not apply.
113
113
114
+
### Disable analyzing of unused templated functions
115
+
116
+
Currently all templated functions (either locally or in headers) will be analyzed regardless if they are instantiated or not. If you have template-heavy includes that might to unnecessary work and findings and might slow down the analysis. This behavior can be disabled with `--no-check-unused-templates`.
117
+
118
+
Note: This might lead to "false negatives" in such functions.
0 commit comments