[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:32 PDT 2024


================
@@ -622,6 +622,31 @@ struct FragmentCompiler {
             C.Completion.AllScopes = AllScopes;
           });
     }
+    if (F.ArgumentLists) {
----------------
HighCommander4 wrote:

We have a `compileEnum` helper to do this more easily, see [the handling of `BackgroundPolicy`](https://searchfox.org/llvm/rev/87d56c59f52d033cd7c46d769338b9c47fea4929/clang-tools-extra/clangd/ConfigCompile.cpp#326-334) as an example

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


More information about the cfe-commits mailing list