]> granicus.if.org Git - llvm/commitdiff
[FileCheck] Add missing final dot in comment
authorThomas Preud'homme <thomasp@graphcore.ai>
Fri, 5 Jul 2019 12:00:56 +0000 (12:00 +0000)
committerThomas Preud'homme <thomasp@graphcore.ai>
Fri, 5 Jul 2019 12:00:56 +0000 (12:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@365190 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Support/FileCheck.cpp

index 39b9e326ff8635e43c3be715da1f4cf444a4a88c..1fb410ac6c3a9769f2ec8b329f5f0b54f519ac1f 100644 (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) {