[PATCH] D53898: [FileCheck] Annotate input dump (6/7)

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 3 13:46:06 PST 2018


probinson added a comment.

You're using `!~~~` to flag: (a) CHECK-NOT that has a match, (b) CHECK-NEXT that isn't in the right place, (c) a discarded DAG match.
The first two are errors (which would be reported regardless of annotations) but the third is not.  So, I'm not sure why it should have the same kind of annotation.


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

https://reviews.llvm.org/D53898





More information about the llvm-commits mailing list