File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments