================
@@ -114,6 +114,7 @@ struct Config {
     /// these regexes.
     struct {
       std::vector<std::function<bool(llvm::StringRef)>> IgnoreHeader;
+      bool AnalyzeSystemHeaders = false;
----------------
kadircet wrote:

can you move the comment about regexes near  `IgnoreHeader`.

Also I think `AnalyzeAngledIncludes` would be a more fitting name, WDYT?

https://github.com/llvm/llvm-project/pull/87208
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to