Skip to content

Commit

Permalink
Shared: Add change note for basic block addition
Browse files Browse the repository at this point in the history
  • Loading branch information
paldepind committed Jan 16, 2025
1 parent c051eec commit 8b20b0d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions shared/controlflow/change-notes/2025-01-16-basic-block.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
category: breaking
---
* Added a basic block construction as part of the library. This is currently
considered an internal unstable API. The input signature to the control flow
graph now requires two additional predicates: `idOfAstNode` and
`idOfCfgScope`.

0 comments on commit 8b20b0d

Please sign in to comment.