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

Any chance for a test?



================
Comment at: clang/lib/Tooling/Transformer/Stencil.cpp:244
+                   llvm::make_error_code(errc::invalid_argument) &&
+               "Validation errors must be carry the invalid_argument code");
+        return llvm::createStringError(
----------------
must be carry => must carry


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D82654



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

Reply via email to