FileCheck.py
FileCheck.py copied to clipboard
Feature: "error: CHECK-NEXT: is on the same line as previous match"
This has to be implemented.
See also: https://reviews.llvm.org/D28896.
One way to trigger:
; CHECK-NEXT: {{^<stdin>:.*:.*: note: possible intended match here$}}
; CHECK: {{^.*$}}
; CHECK: {{^.*$}}
; CHECK-EMPTY:
error: CHECK-EMPTY: is not on the line after the previous match
#52 seems to be a base for this behavior.