LLVM  8.0.1
Public Attributes | List of all members
llvm::FileCheckRequest Struct Reference

Contains info about various FileCheck options. More...

#include "llvm/Support/FileCheck.h"

Collaboration diagram for llvm::FileCheckRequest:
Collaboration graph
[legend]

Public Attributes

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

Detailed Description

Contains info about various FileCheck options.

Definition at line 27 of file FileCheck.h.

Member Data Documentation

◆ AllowDeprecatedDagOverlap

bool llvm::FileCheckRequest::AllowDeprecatedDagOverlap = false

Definition at line 35 of file FileCheck.h.

◆ AllowEmptyInput

bool llvm::FileCheckRequest::AllowEmptyInput = false

Definition at line 32 of file FileCheck.h.

◆ CheckPrefixes

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

Definition at line 28 of file FileCheck.h.

◆ EnableVarScope

bool llvm::FileCheckRequest::EnableVarScope = false

Definition at line 34 of file FileCheck.h.

◆ GlobalDefines

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

Definition at line 31 of file FileCheck.h.

◆ ImplicitCheckNot

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

Definition at line 30 of file FileCheck.h.

◆ MatchFullLines

bool llvm::FileCheckRequest::MatchFullLines = false

Definition at line 33 of file FileCheck.h.

Referenced by llvm::FileCheckPattern::ParsePattern().

◆ NoCanonicalizeWhiteSpace

bool llvm::FileCheckRequest::NoCanonicalizeWhiteSpace = false

Definition at line 29 of file FileCheck.h.

Referenced by llvm::FileCheckPattern::ParsePattern().

◆ Verbose

bool llvm::FileCheckRequest::Verbose = false

Definition at line 36 of file FileCheck.h.

Referenced by llvm::FileCheckString::Check(), and PrintMatch().

◆ VerboseVerbose

bool llvm::FileCheckRequest::VerboseVerbose = false

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