[PATCH] D17587: [FileCheck] Abort if -NOT is combined with another suffix

Jonathan Roelofs via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 25 12:17:11 PST 2016


jroelofs added a subscriber: jroelofs.
jroelofs added a comment.

@probinson: if you're on a general crusade against more such test-writer mistakes, here's another one:

- CHECK lines without the requisite colon

I've fixed a few individual instances of this before, but when I sat down to try to get FileCheck to warn about it, I couldn't see how to do it without making a mess. Perhaps you've got a better handle on how to do it?


http://reviews.llvm.org/D17587





More information about the llvm-commits mailing list