• Robert Griesemer's avatar
    cmd/compile/internal/syntax: compute BranchStmt.Target statements · a5096213
    Robert Griesemer authored
    - Add new BranchStmt.Target field: It's the destination for break,
      continue, or goto statements.
    
    - When parsing with CheckBranches enabled, set the BranchStmt.Target
      field. We get the information practically for free from the branch
      checker, so keep it for further use.
    
    - Fix a couple of comments.
    
    - This could use a test, but the new Target field is currently not
      used, and writing a test is tedious w/o a general tree visitor.
      Do it later. For now, visually verified output from syntax dump.
    
    Change-Id: Id691d89efab514ad885e19ac9759506106579520
    Reviewed-on: https://go-review.googlesource.com/40988Reviewed-by: 's avatarMatthew Dempsky <mdempsky@google.com>
    a5096213
Name
Last commit
Last update
..
branches.go Loading commit data...
dumper.go Loading commit data...
dumper_test.go Loading commit data...
nodes.go Loading commit data...
nodes_test.go Loading commit data...
parser.go Loading commit data...
parser_test.go Loading commit data...
printer.go Loading commit data...
printer_test.go Loading commit data...
scanner.go Loading commit data...
scanner_test.go Loading commit data...
source.go Loading commit data...
syntax.go Loading commit data...
tokens.go Loading commit data...