================
@@ -1181,7 +1181,7 @@ void SymbolCollector::addDefinition(const NamedDecl &ND, 
const Symbol &DeclSym,
     const auto *CCS = SymbolCompletion.CreateCodeCompletionString(
         *ASTCtx, *PP, CodeCompletionContext::CCC_Symbol, *CompletionAllocator,
         *CompletionTUInfo,
-        /*IncludeBriefComments*/ false);
+        /*IncludeBriefComments*/ false, /*SuppressFuncParamType=*/false);
----------------
HighCommander4 wrote:

(This CCS is used for symbol documentation and can continue using 
`SuppressFuncParamType=false`.)

https://github.com/llvm/llvm-project/pull/200103
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to