gribozavr accepted this revision.
gribozavr added inline comments.

================
Comment at: clang-tools-extra/clang-tidy/utils/TransformerClangTidyCheck.cpp:51
+  // includes.
+  if (Rule && std::any_of(Rule->Cases.begin(), Rule->Cases.end(),
+                          [](const RewriteRule::Case &C) {
----------------
llvm::any_of(Rule, [](const...


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D63893



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

Reply via email to