================
@@ -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
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to