Closed
Description
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-*,
"