[FileCheck] Add missing final dot in comment

llvm-svn: 365190
This commit is contained in:
Thomas Preud'homme 2019-07-05 12:00:56 +00:00
parent 3078b51166
commit a188ad2653
1 changed files with 1 additions and 1 deletions

View File

@ -660,7 +660,7 @@ void FileCheckPattern::printSubstitutions(const SourceMgr &SM, StringRef Buffer,
bool UndefSeen = false;
handleAllErrors(MatchedValue.takeError(),
[](const FileCheckNotFoundError &E) {},
// Handled in PrintNoMatch()
// Handled in PrintNoMatch().
[](const FileCheckErrorDiagnostic &E) {},
[&](const FileCheckUndefVarError &E) {
if (!UndefSeen) {