C++: Add change note.

This commit is contained in:
Mathias Vorreiter Pedersen
2024-03-15 17:17:05 +00:00
parent fb218150e1
commit b5e59492bf

View File

@@ -0,0 +1,4 @@
---
category: feature
---
* Added a predicate `GuardCondition.valueControls` to query whether a basic block is guarded by a particular `case` of a `switch` statement.