Skip to content

Commit 937b192

Browse files
committed
Even more clang-format
1 parent 3b90e54 commit 937b192

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

llvm/lib/FileCheck/FileCheckImpl.h

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -366,8 +366,9 @@ class Substitution {
366366
/// \returns the index where the substitution is to be performed in RegExStr.
367367
size_t getIndex() const { return InsertIdx; }
368368

369-
/// \returns a regular expression string that matches the result of the substitution represented
370-
/// by this class instance or an error if substitution failed.
369+
/// \returns a regular expression string that matches the result of the
370+
/// substitution represented by this class instance or an error if
371+
/// substitution failed.
371372
virtual Expected<std::string> getResultRegex() const = 0;
372373

373374
/// \returns a string containing the result of the substitution represented
@@ -410,7 +411,8 @@ class NumericSubstitution : public Substitution {
410411
Expected<std::string> getResultRegex() const override;
411412

412413
/// \returns a string containing the result of evaluating the expression in
413-
/// this substitution, in a form suitable for diagnostics, or an error if evaluation failed.
414+
/// this substitution, in a form suitable for diagnostics, or an error if
415+
/// evaluation failed.
414416
Expected<std::string> getResultForDiagnostics() const override;
415417
};
416418

0 commit comments

Comments
 (0)