Abstract base class for recording a FileCheck diagnostic that provides an additional note (possibly a new error) about the most recent MatchResultDiag.
Synopsis
Declared in <llvm/FileCheck/FileCheck.h>
class MatchNoteDiag
: public FileCheckDiag
Base Classes
Name |
Description |
Abstract base class for recording a FileCheck diagnostic for a pattern (e.g., |
Enums
Name |
Description |
Discriminator for concrete FileCheckDiag subclasses. |
Member Functions
Name |
Description |
|
Construct a note diagnostic of the given |
|
Destructor is purely virtual to ensure this remains an abstract class. |
Of what derived class is this an instance? |
|
|
Return the input range matched by this diagnostic, if any. |
|
Get the note's associated |
|
Does this diagnostic reveal a new error? |
Set the note's associated |
Static Member Functions
Name |
Description |
Is |
Derived Classes
Name |
Description |
|
|
|
Created with MrDocs