[clang-tools-extra] [clangd] Add feature modules registry (PR #153756)

kadir çetinkaya via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 18 01:50:50 PDT 2025


================
@@ -9,6 +9,8 @@
 #include "FeatureModule.h"
 #include "support/Logger.h"
 
+LLVM_INSTANTIATE_REGISTRY(clang::clangd::FeatureModuleRegistry)
----------------
kadircet wrote:

nit: can you move this to the bottom of the file instead?

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


More information about the cfe-commits mailing list