[llvm-commits] [llvm] r116592 - in /llvm/trunk: docs/CommandGuide/FileCheck.pod utils/FileCheck/FileCheck.cpp
Jakob Stoklund Olesen
stoklund at 2pi.dk
Fri Nov 12 09:59:17 PST 2010
On Nov 12, 2010, at 9:55 AM, Chris Lattner wrote:
>
> On Oct 15, 2010, at 10:47 AM, Jakob Stoklund Olesen wrote:
>
>> Author: stoklund
>> Date: Fri Oct 15 12:47:12 2010
>> New Revision: 116592
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=116592&view=rev
>> Log:
>> Teach FileCheck to handle trailing CHECK-NOT patterns.
>>
>> A CHECK-NOT pattern without a following CHECK pattern simply checks that the
>> pattern doesn't match before the end of the input file.
>>
>> You can even have only CHECK-NOT patterns to check that strings appear nowhere
>> in the input file.
>
> Cool, does this fix PR5643?
So it does, both cases.
/jakob
More information about the llvm-commits
mailing list