struct FileCheckRequest
Declaration
struct FileCheckRequest { /* full declaration omitted */ };
Description
Contains info about various FileCheck options.
Declared at: llvm/include/llvm/FileCheck/FileCheck.h:30
Member Variables
- public std::vector<StringRef> CheckPrefixes
- public std::vector<StringRef> CommentPrefixes
- public bool NoCanonicalizeWhiteSpace = false
- public std::vector<StringRef> ImplicitCheckNot
- public std::vector<StringRef> GlobalDefines
- public bool AllowEmptyInput = false
- public bool AllowUnusedPrefixes = false
- public bool MatchFullLines = false
- public bool IgnoreCase = false
- public bool IsDefaultCheckPrefix = false
- public bool EnableVarScope = false
- public bool AllowDeprecatedDagOverlap = false
- public bool Verbose = false
- public bool VerboseVerbose = false