aaron.ballman accepted this revision.
aaron.ballman added a comment.

LGTM



================
Comment at: clang/include/clang/ASTMatchers/ASTMatchersInternal.h:1880-1884
+    for (const std::string &Name : Names) {
+      if (Name == OpName)
+        return true;
+    }
+    return false;
----------------
Can we use `llvm::find()` instead of a manual loop?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75040



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

Reply via email to