diff options
author | Thomas Preud'homme <thomasp@graphcore.ai> | 2019-07-05 12:00:56 +0000 |
---|---|---|
committer | Thomas Preud'homme <thomasp@graphcore.ai> | 2019-07-05 12:00:56 +0000 |
commit | a188ad26531bd8461f7641434f00daad0471e115 (patch) | |
tree | ad20605a4dc74c7eeef0c68580540eda68df7532 /llvm/lib/Support/FileCheck.cpp | |
parent | 3078b5116662199b5590ae6e01bf7d21e231ae06 (diff) | |
download | llvm-a188ad26531bd8461f7641434f00daad0471e115.zip llvm-a188ad26531bd8461f7641434f00daad0471e115.tar.gz llvm-a188ad26531bd8461f7641434f00daad0471e115.tar.bz2 |
[FileCheck] Add missing final dot in comment
llvm-svn: 365190
Diffstat (limited to 'llvm/lib/Support/FileCheck.cpp')
-rw-r--r-- | llvm/lib/Support/FileCheck.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/FileCheck.cpp b/llvm/lib/Support/FileCheck.cpp index 39b9e326..1fb410a 100644 --- a/llvm/lib/Support/FileCheck.cpp +++ b/llvm/lib/Support/FileCheck.cpp @@ -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) { |