Merge pull request #21292 from microsoft/UncheckedLeaprYearAfterModification_Refactor_Upstream

C++: Refactor of UncheckedLeapYearAfterModification
This commit is contained in:
Mathias Vorreiter Pedersen
2026-02-20 12:11:45 +00:00
committed by GitHub
9 changed files with 2186 additions and 190 deletions

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Refactored the "Year field changed using an arithmetic operation without checking for leap year" query (`cpp/leap-year/unchecked-after-arithmetic-year-modification`) to address large numbers of false positive results.