]> Cypherpunks repositories - gostls13.git/commit
go/ast: add PreorderStack, a variant of Inspect that builds a stack
authorAlan Donovan <adonovan@google.com>
Wed, 14 May 2025 20:15:40 +0000 (16:15 -0400)
committerGopher Robot <gobot@golang.org>
Mon, 19 May 2025 17:54:45 +0000 (10:54 -0700)
commit5afada035ced1f89267d3177a9fb75fab4df81ff
treea78a5407719bbfe5cb926fc39057b0a980fcf17c
parenta74ae952826fd65006a8190c50bbbee4c4869cf9
go/ast: add PreorderStack, a variant of Inspect that builds a stack

+ doc, test, relnote

Fixes #73319

Change-Id: Ib7c9d0d7107cd62dc7f09120dfb475c4a469ddc9
Reviewed-on: https://go-review.googlesource.com/c/go/+/672696
Reviewed-by: Robert Findley <rfindley@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Alan Donovan <adonovan@google.com>
api/next/73319.txt [new file with mode: 0644]
doc/next/6-stdlib/99-minor/go/ast/73319.md [new file with mode: 0644]
src/go/ast/walk.go
src/go/ast/walk_test.go