)]}'
{
  "commit": "52ebad939927e6cbfb48dd277cef8db451e36533",
  "tree": "63bf54f26cddf0a83b863ceda08c172e71fd159d",
  "parents": [
    "9d0d5c03a8086f5dd3a23e910abd6e470196973c"
  ],
  "author": {
    "name": "Than McIntosh",
    "email": "thanm@google.com",
    "time": "Fri Sep 08 10:56:13 2017 -0400"
  },
  "committer": {
    "name": "Ian Lance Taylor",
    "email": "iant@golang.org",
    "time": "Sat Sep 09 06:00:19 2017 +0000"
  },
  "message": "compiler: guard against implicit double pointer indirection\n\nThe code that lowers field references can sometimes introduce a double\npointer indirection in cases where it is not/safe appropriate. For\nexample, in\n\n        var p **struct { f int }\n        p.f \u003d 0\n\nthe assignment LHS was being incorrectly lowered to (*(*p)).f.\nDetect this situation and issue an error.\n\nFixes golang/go#21770\n\nChange-Id: I350e0696e0aa7032114797fe21dc54faa0a44933\nReviewed-on: https://go-review.googlesource.com/62330\nReviewed-by: Ian Lance Taylor \u003ciant@golang.org\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "4d923733667ff9d45338e87b892918ae3b194bac",
      "old_mode": 33188,
      "old_path": "go/types.cc",
      "new_id": "cde1408bbf33442933cb7b0574d5ce85bf469ba3",
      "new_mode": 33188,
      "new_path": "go/types.cc"
    }
  ]
}
