================ @@ -2102,6 +2108,17 @@ std::error_code parseConfiguration(llvm::MemoryBufferRef Config, StyleSet.Add(std::move(DefaultStyle)); } *Style = *StyleSet.Get(Language); + std::string ConfigFile; + if (!Style->ConfigFile.empty()) { ---------------- owenca wrote:
```suggestion if (!Style.InheritsParentConfig && !Style->ConfigFile.empty()) { ``` https://github.com/llvm/llvm-project/pull/113864 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits