================
@@ -3318,8 +3328,11 @@ static void AddFunctionParameterChunks(
   bool FirstParameter = true;
   bool AsInformativeChunk = !(FunctionCanBeCall || IsInDeclarationContext);
 
+  // Create consistent result between AST and Index.
----------------
HighCommander4 wrote:

I would drop this comment. (The AST vs. index division is a concept at the 
clangd layer and has the potential to just confuse here in SemaCodeComplete.) 
The variable name speaks for itself as justification (it's a better signature).

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

Reply via email to