[PATCH] D98086: [FileCheck] Fix CHECK-NOT numeric error diagnostics
Joel E. Denny via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Mar 6 05:28:46 PST 2021
jdenny planned changes to this revision.
jdenny added a comment.
Actually, I do need to rethink the logic for that overflow case: `PrintNoMatch` is being called after a match, so its diagnostics don't make sense in that case. Sorry for the noise. I'll work on it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98086/new/
https://reviews.llvm.org/D98086
More information about the llvm-commits
mailing list