Files
codeql/cpp/ql/lib/change-notes/released/0.12.6.md
2024-02-20 14:26:23 +00:00

6 lines
197 B
Markdown

## 0.12.6
### New Features
* A `getInitialization` predicate was added to the `RangeBasedForStmt` class that yields the C++20-style initializer of the range-based `for` statement when it exists.