struct FileCheckRequest

Declaration

struct FileCheckRequest { /* full declaration omitted */ };

Description

Contains info about various FileCheck options.

Declared at: llvm/include/llvm/Support/FileCheck.h:26

Member Variables

public std::vector<std::string> CheckPrefixes
public bool NoCanonicalizeWhiteSpace = false
public std::vector<std::string> ImplicitCheckNot
public std::vector<std::string> GlobalDefines
public bool AllowEmptyInput = false
public bool MatchFullLines = false
public bool IgnoreCase = false
public bool EnableVarScope = false
public bool AllowDeprecatedDagOverlap = false
public bool Verbose = false
public bool VerboseVerbose = false