|
LLVM
8.0.1
|
Contains info about various FileCheck options. More...
#include "llvm/Support/FileCheck.h"

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 |
Contains info about various FileCheck options.
Definition at line 27 of file FileCheck.h.
Definition at line 35 of file FileCheck.h.
Definition at line 32 of file FileCheck.h.
| std::vector<std::string> llvm::FileCheckRequest::CheckPrefixes |
Definition at line 28 of file FileCheck.h.
Definition at line 34 of file FileCheck.h.
| std::vector<std::string> llvm::FileCheckRequest::GlobalDefines |
Definition at line 31 of file FileCheck.h.
| std::vector<std::string> llvm::FileCheckRequest::ImplicitCheckNot |
Definition at line 30 of file FileCheck.h.
Definition at line 33 of file FileCheck.h.
Referenced by llvm::FileCheckPattern::ParsePattern().
Definition at line 29 of file FileCheck.h.
Referenced by llvm::FileCheckPattern::ParsePattern().
Definition at line 36 of file FileCheck.h.
Referenced by llvm::FileCheckString::Check(), and PrintMatch().
Definition at line 37 of file FileCheck.h.
Referenced by llvm::FileCheckString::Check(), llvm::FileCheckString::CheckNot(), and PrintMatch().
1.8.13