)]}'
{
  "commit": "6c8052f6b22fbb6ae1edc759454626d465ee317c",
  "tree": "7cde26a812c20d056625ba1f890dc62b3409f10b",
  "parents": [
    "3173529d7decb91711f19a06eee54475683a1783"
  ],
  "author": {
    "name": "Tom de Vries",
    "email": "tdevries@suse.de",
    "time": "Sat Oct 19 08:10:38 2024 +0200"
  },
  "committer": {
    "name": "Tom de Vries",
    "email": "tdevries@suse.de",
    "time": "Sat Oct 19 08:10:38 2024 +0200"
  },
  "message": "[gdbsupport] Use std::span-style iterators for gdb::array_view\n\nThere\u0027s a plan to replace gdb::array_view with std::span (PR31422), and making\ngdb::array_view more like std::span helps with that.\n\nOne difference is that std::span has:\n...\nconstexpr iterator begin() const noexcept;\nconstexpr const_iterator cbegin() const noexcept;\n...\nwhile gdb::array_view has:\n...\nconstexpr T *begin () noexcept;\nconstexpr const T *begin () const noexcept;\n...\n\nFix this by renaming the second variant to cbegin, and making the first\nvariant const.\n\nLikewise for gdb::array_view::end.\n\nTested on aarch64-linux.\n\nApproved-By: Tom Tromey \u003ctom@tromey.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "93842a40ec1d02fb08e4aabfcc5250ac32961968",
      "old_mode": 33188,
      "old_path": "gdbsupport/array-view.h",
      "new_id": "0dea26f67acd68ddcca3ec89f6fc137b392e0d59",
      "new_mode": 33188,
      "new_path": "gdbsupport/array-view.h"
    }
  ]
}
