mirror of
https://github.com/github/codeql.git
synced 2026-01-30 14:52:57 +01:00
Method references `x.m` where the receiver of `m` is a pointer implicitly take the address of `x`, so they should be treated much the same as `&x` in terms of data flow. (Ideally we'd make this explicit in the data-flow graph itself, but that's for another PR.)