[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
Sat Sep 21 20:37:45 PDT 2024


================
@@ -230,6 +230,10 @@ class Parser {
       if (auto AllScopes = boolValue(N, "AllScopes"))
         F.AllScopes = *AllScopes;
     });
+    Dict.handle("ArgumentLists", [&](Node &N) {
+      if (auto ArgumentLists = scalarValue(N, "ArgumentLists"))
----------------
HighCommander4 wrote:

(this comment remains to be addressed)

https://github.com/llvm/llvm-project/pull/108005


More information about the cfe-commits mailing list