petr-polezhaev wrote: > Do we need to update `buildModuleFile` in > `clang-tools-extra/clangd/ModulesBuilder.cpp` to update the commands to build > the module interfaces?
It uses `GlobalCompilationDatabase::getCompileCommand` (if I correctly understand what you mean) which is overridden by `OverlayCDB::getCompileCommand` which does call the `Mangler` before returning the command, so that should already be covered https://github.com/llvm/llvm-project/pull/122606 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits