[PATCH] D77741: [FileCheck] Better diagnostic for format conflict

Thomas Preud'homme via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 13 16:25:58 PDT 2020


thopre marked an inline comment as done.
thopre added inline comments.


================
Comment at: llvm/unittests/Support/FileCheckTest.cpp:45
+                             Error Err) {
+  auto anyErrorMsgMatch = [&ExpectedMsgs](std::string &&ErrorMsg) -> bool {
+    for (auto ExpectedMsgItr = ExpectedMsgs.begin(),
----------------
clang-tidy complains about the first letter of this variable being lowercase but since it's a lambda I think it's justified.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77741





More information about the llvm-commits mailing list