[clang-tools-extra] [clangd] Allow specifying what headers are always included via "" or <> (PR #67749)

Nathan Ridge via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 22 23:17:29 PST 2024


================
@@ -9,6 +9,7 @@
 #ifndef LLVM_CLANG_TOOLS_EXTRA_CLANGD_HEADERS_H
 #define LLVM_CLANG_TOOLS_EXTRA_CLANGD_HEADERS_H
 
+#include "Config.h"
----------------
HighCommander4 wrote:

Nothing in this header uses `Config.h`

https://github.com/llvm/llvm-project/pull/67749


More information about the cfe-commits mailing list