Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | effects: exclude swap() from "indirect calls" assumption (#15504) | Paul Tan | 2020-10-06 | 1 | -0/+12 |
swap() will never call any procs passed to it, and so it can be safely excluded from the "assume indirect calls are taken" effects tracking rule. |