Commit b08bd93
committed
Honor library ignorefunction() settings when reporting unused functions.
This change updates CheckUnusedFunctions to skip functions explicitly
marked as ignored by the library configuration, both during per-file
checks and whole-program analysis. This prevents false positives for
known framework hooks, callbacks, or externally-used symbols that should
be intentionally excluded from unused-function diagnostics.
Signed-off-by: Robin Getz <rgetz503@gmail.com>1 parent a8f83c1 commit b08bd93
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
378 | 378 | | |
379 | 379 | | |
380 | 380 | | |
| 381 | + | |
| 382 | + | |
381 | 383 | | |
382 | 384 | | |
383 | 385 | | |
| |||
490 | 492 | | |
491 | 493 | | |
492 | 494 | | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
493 | 498 | | |
494 | 499 | | |
495 | 500 | | |
| |||
0 commit comments