================
@@ -242,13 +242,13 @@ opt<std::string> FallbackStyle{
     init(clang::format::DefaultFallbackStyle),
 };
 
-opt<int> EnableFunctionArgSnippets{
+opt<std::string> EnableFunctionArgSnippets{
----------------
HighCommander4 wrote:

Thanks for the suggestion. I tried this briefly, but I think it makes the 
`--help` output too noisy because it prints a separate line for each spelling 
of `"true"`, `"True"`, etc.

https://github.com/llvm/llvm-project/pull/121178
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to