LLVM: llvm::FileCheckRequest Struct Reference (original) (raw)

Contains info about various FileCheck options. More...

#include "[llvm/FileCheck/FileCheck.h](FileCheck%5F8h%5Fsource.html)"

Public Attributes
std::vector< StringRef > CheckPrefixes
std::vector< StringRef > CommentPrefixes
bool NoCanonicalizeWhiteSpace = false
std::vector< StringRef > ImplicitCheckNot
std::vector< StringRef > GlobalDefines
bool AllowEmptyInput = false
bool AllowUnusedPrefixes = false
bool MatchFullLines = false
bool IgnoreCase = false
bool IsDefaultCheckPrefix = false
bool EnableVarScope = false
bool AllowDeprecatedDagOverlap = false
bool Verbose = false
bool VerboseVerbose = false

Contains info about various FileCheck options.

Definition at line 31 of file FileCheck.h.

AllowDeprecatedDagOverlap

bool llvm::FileCheckRequest::AllowDeprecatedDagOverlap = false

AllowEmptyInput

bool llvm::FileCheckRequest::AllowEmptyInput = false

AllowUnusedPrefixes

bool llvm::FileCheckRequest::AllowUnusedPrefixes = false

CheckPrefixes

std::vector<StringRef> llvm::FileCheckRequest::CheckPrefixes

CommentPrefixes

std::vector<StringRef> llvm::FileCheckRequest::CommentPrefixes

EnableVarScope

bool llvm::FileCheckRequest::EnableVarScope = false

GlobalDefines

std::vector<StringRef> llvm::FileCheckRequest::GlobalDefines

IgnoreCase

bool llvm::FileCheckRequest::IgnoreCase = false

ImplicitCheckNot

std::vector<StringRef> llvm::FileCheckRequest::ImplicitCheckNot

IsDefaultCheckPrefix

bool llvm::FileCheckRequest::IsDefaultCheckPrefix = false

MatchFullLines

bool llvm::FileCheckRequest::MatchFullLines = false

NoCanonicalizeWhiteSpace

bool llvm::FileCheckRequest::NoCanonicalizeWhiteSpace = false

Verbose

bool llvm::FileCheckRequest::Verbose = false

VerboseVerbose

bool llvm::FileCheckRequest::VerboseVerbose = false


The documentation for this struct was generated from the following file: