MatchNoteDiag for a fuzzy match that serves as a suggestion for the next intended match for an expected pattern with too few or no good matches.
| Name | Description |
|---|---|
MatchNoteDiag | Abstract base class for recording a FileCheck diagnostic that provides an additional note (possibly a new error) about the most recent MatchResultDiag. |
| Name | Description |
|---|---|
FileCheckDiagKind | Discriminator for concrete FileCheckDiag subclasses. |
| Name | Description |
|---|---|
MatchFuzzyDiag [constructor] | Construct a fuzzy-match note at MatchStart. |
getKind | Of what derived class is this an instance? |
getMatchRange [virtual] | Return an input range (never std::nullopt) starting and ending at the match start. The actual match end is not computed. |
getMatchResultDiag [virtual] | Get the note's associated MatchResultDiag. |
isError [virtual] | Always false. A fuzzy match is not an error even though it is performed due to an error. |
setMatchResultDiag | Set the note's associated MatchResultDiag. |
| Name | Description |
|---|---|
classof | Is FCD an instance of MatchFuzzyDiag? |