[PATCH] D63893: [clang-tidy] Extend TransformerClangTidyCheck to support adding includes.

Yitzhak Mandelbaum via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 2 06:25:53 PDT 2019


ymandel marked 2 inline comments as done.
ymandel 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) {
----------------
gribozavr wrote:
> llvm::any_of(Rule, [](const...
nice, thanks!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D63893





More information about the cfe-commits mailing list