C++: Add change note.

This commit is contained in:
Mathias Vorreiter Pedersen
2023-09-06 17:26:08 +01:00
parent 14faa5d020
commit 87925abaa2

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* The `DataFlow::asDefiningArgument` predicate now takes its argument from the range starting at `1` instead of `2`. Queries that depend on the single-parameter version of `DataFlow::asDefiningArgument` should have their arguments arguments accordingly.