mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
649 B
649 B
category
| category |
|---|
| breaking |
- The member predicate
writesFieldonDataFlow::Writenow uses the post-update node forbasewhen that is the node being updated, which is in all cases except initializing a struct literal. A new member predicatewritesFieldPreUpdatehas been added for cases where this behaviour is not desired. - The member predicate
writesElementonDataFlow::Writenow uses the post-update node forbasewhen that is the node being updated, which is in all cases except initializing an array/slice/map literal. A new member predicatewritesElementPreUpdatehas been added for cases where this behaviour is not desired.