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-15 00:47:10 +09:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2fd63f831fb1c19baaf1e2c4967cbb806567d4e2
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