njames93 accepted this revision.
njames93 added a comment.
This revision is now accepted and ready to land.

LGTM: Just one small nit.



================
Comment at: 
clang-tools-extra/clang-tidy/misc/HeaderIncludeCycleCheck.cpp:148-150
+    return std::any_of(
+        IgnoredFilesRegexes.begin(), IgnoredFilesRegexes.end(),
+        [&](const llvm::Regex &It) { return It.match(FileName); });
----------------



Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D144828/new/

https://reviews.llvm.org/D144828

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to