Merge pull request #5859 from MathiasVP/fix-fp-in-comparison-with-wider-type

C++: Fix false positive in `cpp/comparison-with-wider-type`
This commit is contained in:
Mathias Vorreiter Pedersen
2021-05-10 17:58:31 +02:00
committed by GitHub
3 changed files with 12 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
lgtm,codescanning
* The 'Comparison with wider type' (cpp/comparison-with-wider-type) query has been improved to produce fewer false positives.