[PATCH] D82654: [libTooling] Improve error message from failure in selection Stencil
Dmitri Gribenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 26 07:03:23 PDT 2020
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
More information about the cfe-commits
mailing list