)]}'
{
  "commit": "53b9441f5355fcdca07dc5b6ddc4fa5bb7ce4920",
  "tree": "3baadd87836b9a15d38f39a5e605f0e9e44f420c",
  "parents": [
    "a242a20f21f4f72304316573b6e08ea869b12371"
  ],
  "author": {
    "name": "sstwcw",
    "email": "su3e8a96kzlver@posteo.net",
    "time": "Thu Oct 23 13:17:36 2025 +0000"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Thu Oct 23 13:17:36 2025 +0000"
  },
  "message": "[clang-format] Break the line within ObjC `@selector` (#164674)\n\nafter, with style `{ColumnLimit: 60}`\n\n```Objective-C\n[objectName\n    respondsToSelector:\n        @selector(\n            somelonglonglonglongnameeeeeeee:\n            loooooooooanotherlonglonglonglongnametopush:\n            otherlongnameforlimit:)];\n```\n\nbefore\n\n```Objective-C\n[objectName\n    respondsToSelector:\n        @selector(\n            somelonglonglonglongnameeeeeeee:loooooooooanotherlonglonglonglongnametopush:otherlongnameforlimit:)];\n```\n\nFixes #164574.\n\nThe stuff inside the parentheses got a new type in 2a059042882ed. I\nneglected to add it to the logic for breaking lines.",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "c97a9e81eb59e0b0156aec49bfffeb5c95a6d84a",
      "old_mode": 33188,
      "old_path": "clang/lib/Format/TokenAnnotator.cpp",
      "new_id": "1d0dfd0b9c151b8bd65274e05c2aa9611dcc5e85",
      "new_mode": 33188,
      "new_path": "clang/lib/Format/TokenAnnotator.cpp"
    },
    {
      "type": "modify",
      "old_id": "700d7cf8efca60d2139a69f1beb5b85cfa6f2acf",
      "old_mode": 33188,
      "old_path": "clang/unittests/Format/FormatTestObjC.cpp",
      "new_id": "cf8143ace7b45fddcc93a71dfd71da14bc153ed7",
      "new_mode": 33188,
      "new_path": "clang/unittests/Format/FormatTestObjC.cpp"
    }
  ]
}
