Issue 142457
Summary [clangd] Crash in TypoCorrectionConsumer::getNextCorrection
Labels new issue
Assignees
Reporter olemayu
    This code crashes clangd 21.0.0 (20250601)

```c
static void func(void) {
    alloc_image(device,
 allocator,
                &texture->image, &texture->alloc, &texture->view,
                name, width, height, depth,
 mip_levels, sampling, usage, view_type,
 VK_IMAGE_ASPECT_COLOR_BIT, format);
}
```
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to