)]}'
{
  "commit": "05bbb6906a5b52d590adda62b9ef756e7cb13569",
  "tree": "f321cf32822ec890df846fcade4bde14290eeec6",
  "parents": [
    "d96e27bb8583639743240d9640d808e748e7de0c"
  ],
  "author": {
    "name": "Pankaj Mistry",
    "email": "63069047+pmistryNV@users.noreply.github.com",
    "time": "Thu Feb 26 16:25:42 2026 -0800"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Thu Feb 26 19:25:42 2026 -0500"
  },
  "message": "Fix C++20 compilation: add \u0027u\u0027 suffix to 4294967295 integer literal (#6557)\n\nThe literal 4294967295 (UINT32_MAX / 0xFFFFFFFF) exceeds INT_MAX\n(2,147,483,647) on 32-bit systems. In C++20, integer literal rules are\nstricter, and the compiler may treat it as int, causing overflow and\ncompilation failure.\n\nFix by adding the \u0027u\u0027 suffix to make the literal explicitly unsigned\n(4294967295u), which:\n- Correctly represents the value as unsigned int\n- Matches the expected uint32_t key type in SpecIdToValueStrMap\n- Matches the uint32_t field type in DescriptorSetAndBinding",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "37f656010960d88e0477f7632b8d27f097204033",
      "old_mode": 33188,
      "old_path": "test/opt/convert_to_sampled_image_test.cpp",
      "new_id": "31a17868e89fc8ad7fc5b0fce956279b50d5254d",
      "new_mode": 33188,
      "new_path": "test/opt/convert_to_sampled_image_test.cpp"
    },
    {
      "type": "modify",
      "old_id": "10f805b66fbba973a846a6bbc4ef81dd12b5a780",
      "old_mode": 33188,
      "old_path": "test/opt/set_spec_const_default_value_test.cpp",
      "new_id": "3304463c4f11650a7fc970590fa2866d9d79cc94",
      "new_mode": 33188,
      "new_path": "test/opt/set_spec_const_default_value_test.cpp"
    }
  ]
}
