)]}'
{
  "commit": "10cbb7e35aaefc47143c7104043545d5bd0fb9e3",
  "tree": "a05298c7bbc492e9876e97ee1806dc4435eb6466",
  "parents": [
    "b094b276cd2d01266c7da75997705f2f918c0d7b"
  ],
  "author": {
    "name": "dan sinclair",
    "email": "dsinclair@chromium.org",
    "time": "Wed Oct 22 08:00:50 2025 -0700"
  },
  "committer": {
    "name": "Dawn LUCI CQ",
    "email": "dawn-scoped@luci-project-accounts.iam.gserviceaccount.com",
    "time": "Wed Oct 22 08:00:50 2025 -0700"
  },
  "message": "Fix parsing of a semicolon before a break-if.\n\nWhen parsing a `continuing` statement we handle the `break-if` parsing\nspecially so it doesn\u0027t collide with the general `break` parsing. To do\nso, we check explicitly and then if it doesn\u0027t match we hand off to the\nstatement parsing.\n\nIn the statement parsing a `;` by itself is ignored. This means we can\naccidentally jump over the `break-if` parsing with a `;`, land in the\nstatement parsing and mistake the `break-if` for a break and error that\nthe `break` is missing a `;`.\n\nFix this by skipping `;` in the continuing code before checking if we\nhave a `break-if`.\n\nFixed: 453961764\nChange-Id: I02b209d9994df17d5f65e8432269473bd2ef60ea\nReviewed-on: https://dawn-review.googlesource.com/c/dawn/+/268038\nAuto-Submit: dan sinclair \u003cdsinclair@chromium.org\u003e\nCommit-Queue: James Price \u003cjrprice@google.com\u003e\nReviewed-by: James Price \u003cjrprice@google.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "f10b31222be2ce37439b34c637da2dee28e7bb38",
      "old_mode": 33188,
      "old_path": "src/tint/lang/wgsl/reader/parser/loop_stmt_test.cc",
      "new_id": "8b7d03cfb1c00d0ad9af28475a277e5de012fa6a",
      "new_mode": 33188,
      "new_path": "src/tint/lang/wgsl/reader/parser/loop_stmt_test.cc"
    },
    {
      "type": "modify",
      "old_id": "c84c2bb06355f028453991d938d7eeebb370f9ee",
      "old_mode": 33188,
      "old_path": "src/tint/lang/wgsl/reader/parser/parser.cc",
      "new_id": "97290eba5276c3fe23f0814fe02d46fffa17f621",
      "new_mode": 33188,
      "new_path": "src/tint/lang/wgsl/reader/parser/parser.cc"
    }
  ]
}
