================
@@ -668,6 +668,7 @@ class FlagsConfigProvider : public config::Provider {
     std::optional<Config::ExternalIndexSpec> IndexSpec;
     std::optional<Config::BackgroundPolicy> BGPolicy;
     std::optional<Config::ArgumentListsPolicy> ArgumentLists;
+    std::optional<Config::HeaderInsertionPolicy> _HeaderInsertion;
----------------
HighCommander4 wrote:

nit: I haven't seen this convention (using an underscore to avoid a name 
conflict) used elsewhere in the clangd code, so let's not use it here. We can 
e.g. call the variable `HeaderInsertionPolicy` instead.

https://github.com/llvm/llvm-project/pull/128503
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to