[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
================
@@ -126,11 +126,29 @@ struct Config {
std::vector<std::string> FullyQualifiedNamespaces;
} Style;
+ /// controls the completion options for argument lists.
+ enum class ArgumentListsOption {
----------------
HighCommander4 wrote:
naming suggestion: `ArgumentListsPolicy`, for consistency with other enums defined in this file
https://github.com/llvm/llvm-project/pull/108005
More information about the cfe-commits
mailing list