| Issue |
109367
|
| Summary |
[19.1.0] The Clang Language Server server crashed 5 times in the last 3 minutes.
|
| Labels |
clang
|
| Assignees |
|
| Reporter |
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-*,
"
```
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs