From 5eb1aa2ece700b095f90f8d868ce18011210bea5 Mon Sep 17 00:00:00 2001 From: hashlag Date: Mon, 20 Jul 2026 02:34:31 +0300 Subject: [PATCH] Set clangd's unused includes diagnostic to strict explicitly. --- .clangd | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.clangd b/.clangd index 2be4694..c7e9d1b 100644 --- a/.clangd +++ b/.clangd @@ -1,2 +1,5 @@ CompileFlags: CompilationDatabase: build/debug + +Diagnostics: + UnusedIncludes: Strict