Skip to content

[19.1.0] clangd crashes while running boost-use-ranges clang-tidy check #109367

Closed
@xb284524239

Description

@xb284524239
My Environment:

OS: Windows 10
LLVM Version: 19.1.0 (include clangd、clang-tidy、clang++, etc.)
CMake Version: 3.30.3 
IDE: VSCode

Problem Description:
I have found after multiple attempts that when I configure the .clang-tidy file in the root directory of my project, the Clang Language Server frequently crashes to the point of being completely unusable. However, when I delete the .clang-tidy file, everything returns to normal.

The .clang-tidy file:

Checks: "
        *,
        -llvmlibc-*,
        -fuchsia-*,
"

bbb

20240920111639

Metadata

Metadata

Labels

clang-tidycrashPrefer [crash-on-valid] or [crash-on-invalid]

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions