1
0
mirror of https://github.com/systemd/systemd synced 2025-10-06 00:13:24 +02:00
Commit Graph

2 Commits

Author SHA1 Message Date
Daan De Meyer
b065d3529a 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-24 20:57:05 +02:00
Daan De Meyer
98a8117eb9 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:27:49 +02:00