Return the match range described by the note, or std::nullopt if none.
Synopsis
Declared in <llvm/FileCheck/FileCheck.h>
virtual
std::optional<SMRange>
getMatchRange() const override;
Return Value
The match range described by the note, or std::nullopt if none.
Created with MrDocs