[clang-tools-extra] issue-63565: community requested small QoL fix for more configurabili… (PR #108005)
Nathan Ridge via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 17 15:27:31 PDT 2024
================
@@ -242,13 +242,16 @@ opt<std::string> FallbackStyle{
init(clang::format::DefaultFallbackStyle),
};
-opt<bool> EnableFunctionArgSnippets{
- "function-arg-placeholders",
- cat(Features),
- desc("When disabled, completions contain only parentheses for "
- "function calls. When enabled, completions also contain "
- "placeholders for method parameters"),
- init(CodeCompleteOptions().EnableFunctionArgSnippets),
+opt<Config::ArgumentListsOption> PlaceholderOption{
----------------
HighCommander4 wrote:
For simplicity and consistency with `--background-index`, let's keep the name and type of this unchanged
https://github.com/llvm/llvm-project/pull/108005
More information about the cfe-commits
mailing list