C++: Add change note.

This commit is contained in:
Mathias Vorreiter Pedersen
2025-09-18 10:27:50 +01:00
parent e22d6656fe
commit a4dbee3b13

View File

@@ -0,0 +1,4 @@
---
category: breaking
---
* The "Guards" libraries (`semmle.code.cpp.controlflow.Guards` and `semmle.code.cpp.controlflow.IRGuards`) have been totally rewritten to recognize many more guards. The API remains unchanged, but the `GuardCondition` class now extends `Element` instead of `Expr`.