C++: Add change note.

This commit is contained in:
Mathias Vorreiter Pedersen
2024-11-18 14:31:36 +00:00
parent 19d53fba8c
commit 90d7616f14

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* The `Guards` library ("semmle.code.cpp.controlflow.Guards") has been improved to recognize more guard conditions. Additionally, the guards library no longer considers guards in static local initializers or global initializers as `GuardCondition`s.