================ @@ -308,6 +309,13 @@ struct Fragment { /// Whether code completion should include suggestions from scopes that are /// not visible. The required scope prefix will be inserted. std::optional<Located<bool>> AllScopes; + /// How to present the argument list between '()' and '<>': + /// valid values are enum Config::ArgumentListsOption values: + /// None: Nothing at all + /// OpenDelimiter: only opening delimiter "(" or "<" + /// Delimiters: empty pair of delimiters "()" or "<>" + /// FullPlaceholders: full name of both type and variable ---------------- HighCommander4 wrote:
nit: variable --> parameter https://github.com/llvm/llvm-project/pull/108005 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits