upgrading to 2.16.3, resolving zipslip merge conflict

This commit is contained in:
Dilan Bhalla
2024-02-22 15:24:05 -08:00
1068 changed files with 71791 additions and 46445 deletions

View File

@@ -0,0 +1,5 @@
## 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.