C++: Add change note.

This commit is contained in:
Mathias Vorreiter Pedersen
2024-03-19 17:14:07 +00:00
parent 1411ee5b26
commit 88bfb81b1f

View File

@@ -0,0 +1,5 @@
---
category: feature
---
* Added a predicate `GuardCondition.comparesLt/4` to query whether an expression is compared to a constant.
* Added a predicate `GuardCondition.ensuresLt/4` to query whether a basic block is guarded by an expression being less than a constant.