]> gcc.gnu.org Git - gcc.git/commit
Merge #767
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Mon, 25 Oct 2021 13:26:21 +0000 (13:26 +0000)
committerGitHub <noreply@github.com>
Mon, 25 Oct 2021 13:26:21 +0000 (13:26 +0000)
commitaefdb4d0365ce9f010be58afee74f81a1777f29f
tree2559822b214026dff3e706f80bec551bfde33e6c
parent868d3125d326a6800376411fb6699d984cfa7101
parent1d3a36276a07a7472ed39499a2c9ddce37146d93
Merge #767

767: gccrs: StructExprStructFields: remove `iterate` method r=philberty a=mathstuf

This provides a getter for the set of fields in a struct expression
rather than a visitor with a callback which is more complicated for
callers, especially static analysis.

Signed-off-by: Ben Boeckel <mathstuf@gmail.com>
Fixes: #721
Co-authored-by: Ben Boeckel <mathstuf@gmail.com>
This page took 0.064366 seconds and 6 git commands to generate.