C++: Add change note.

This commit is contained in:
Mathias Vorreiter Pedersen
2026-02-24 12:48:45 +00:00
parent 15af6c1b20
commit d36350aca4

View File

@@ -0,0 +1,4 @@
---
category: breaking
---
* CodeQL version 2.24.2 accidentially introduced a syntactical breaking change to `BarrierGuard<...>::getAnIndirectBarrierNode` and `InstructionBarrierGuard<...>::getAnIndirectBarrierNode`. These breaking changes have now been reverted so that the original code compiles again.