This website requires JavaScript.
Explore
Help
Sign In
morgan
/
systemd
Watch
1
Star
0
Fork
0
You've already forked systemd
mirror of
https://github.com/morgan9e/systemd
synced
2026-04-14 16:37:19 +09:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
cc20b387f8d869d07a86f254061c343d92b70c78
systemd
/
.clangd
5 lines
84 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add .clangd configuration file that disables the unused include check The clangd include checker is rather broken and is littered with false positives in our codebase, so let's disable the feature until it improves a bit.
2025-04-23 15:26:39 +02:00
# SPDX-License-Identifier: LGPL-2.1-or-later
Diagnostics:
clangd: Enable UnusedIncludes feature again Now that the entire free doesn't trigger any clang unused include violations anymore, let's re-enable the clangd option as it's much more useful now that the tree is clean.
2025-05-23 13:54:46 +02:00
UnusedIncludes: Strict
Reference in New Issue
Copy Permalink