LLVM 20.0.0git
|
Hold the information about the DAG/NOT strings in the program, which are not explicitly stored otherwise. More...
#include "FileCheck/FileCheckImpl.h"
Public Member Functions | |
DagNotPrefixInfo (const Pattern &P, StringRef S) | |
Public Attributes | |
Pattern | DagNotPat |
StringRef | DagNotPrefix |
Hold the information about the DAG/NOT strings in the program, which are not explicitly stored otherwise.
This allows for better and more accurate diagnostic messages.
Definition at line 829 of file FileCheckImpl.h.
Definition at line 833 of file FileCheckImpl.h.
Pattern llvm::FileCheckString::DagNotPrefixInfo::DagNotPat |
Definition at line 830 of file FileCheckImpl.h.
StringRef llvm::FileCheckString::DagNotPrefixInfo::DagNotPrefix |
Definition at line 831 of file FileCheckImpl.h.