False positive fix for cpp/uninitialized-local

This commit is contained in:
Benjamin Rodes
2024-01-29 13:21:05 -05:00
parent aeae208dc3
commit 13cf555cee
3 changed files with 22 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Corrected a false positive with `cpp/uninitialized-local`: `a->func()` is a false positive if `func` is static regardless of if `a` is initializeed.