)]}'
{
  "commit": "2b5f0fe3230f707ab736d759af4bf436d2c43837",
  "tree": "850ef712e8122c65b3bdeba5f2c947ecba9de4a7",
  "parents": [
    "a8e1e2aaf8783092b74330e2d4c727f814533cc9"
  ],
  "author": {
    "name": "Tom Tromey",
    "email": "tromey@adacore.com",
    "time": "Wed Feb 14 08:00:03 2024 -0700"
  },
  "committer": {
    "name": "Tom Tromey",
    "email": "tromey@adacore.com",
    "time": "Mon Mar 18 08:10:06 2024 -0600"
  },
  "message": "Use string_view in quirk_rust_enum\n\nquirk_rust_enum makes string copies to store in an unordered_map.\nHowever, the original strings have an appropriate lifetime, and so no\ncopying is needed.  With C++17, we can rely on string_view having a\nstd::hash specialization, so this patch changes this code to use\nstring_view rather than string.\n\n\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "4afb026b8ce95e59931967e40e1d0f4f08b46dd1",
      "old_mode": 33188,
      "old_path": "gdb/dwarf2/read.c",
      "new_id": "65b16719922441aa46cb76bba54f9a3c485c2f0a",
      "new_mode": 33188,
      "new_path": "gdb/dwarf2/read.c"
    }
  ]
}
