)]}'
{
  "commit": "5358cc40ab4288ed00c223f00cf898b7dc1a9484",
  "tree": "c8792ad92e84eeecb98810615c012b82c8cd0941",
  "parents": [
    "48e981556ef0a2cfed18b716443c907f1843bc37"
  ],
  "author": {
    "name": "Greg Kaiser",
    "email": "gkaiser@google.com",
    "time": "Thu Jul 15 07:45:51 2021 -0700"
  },
  "committer": {
    "name": "Greg Kaiser",
    "email": "gkaiser@google.com",
    "time": "Thu Jul 15 08:34:18 2021 -0700"
  },
  "message": "Avoid undefined compiler behavior\n\nTechnically, shifting a signed value beyond its maximum range is\nundefined behavior in C++.  A bare integer literal is signed, and\ndefaults to \u0027int\u0027.  On platforms where \u0027int\u0027 is 32-bits, we\nshift outside this range with 1 \u003c\u003c 31.\n\nWe make our literal an unsigned integer to avoid this.\n\nTest: TreeHugger\nBug: 189541929\n\nChange-Id: Iade1bcd3f86d025dd6e10c26622d10c26e2c8295\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "68b3a1ec0ff8ba2f71f43f6988657e68b4614145",
      "old_mode": 33188,
      "old_path": "libc/malloc_debug/tests/malloc_debug_system_tests.cpp",
      "new_id": "9d33189e984b13268fe10cb38c851295ebef8219",
      "new_mode": 33188,
      "new_path": "libc/malloc_debug/tests/malloc_debug_system_tests.cpp"
    }
  ]
}
