enum FileCheckKind

Declared at: llvm/include/llvm/FileCheck/FileCheck.h:49

Enumerators

NameValueComment
CheckNone0
CheckMisspelled1
CheckPlain2
CheckNext3
CheckSame4
CheckNot5
CheckDAG6
CheckLabel7
CheckEmpty8
CheckComment9
CheckEOF10Indicates the pattern only matches the end of file. This is used for trailing CHECK-NOTs.
CheckBadNot11Marks when parsing found a -NOT check combined with another CHECK suffix.
CheckBadCount12Marks when parsing found a -COUNT directive with invalid count value.