File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -523,10 +523,10 @@ class FileCheckPattern {
523
523
// / Finds the closing sequence of a regex variable usage or definition.
524
524
// /
525
525
// / \p Str has to point in the beginning of the definition (right after the
526
- // / opening sequence). \p SM holds the SourceMgr used for error repporting .
526
+ // / opening sequence). \p SM holds the SourceMgr used for error reporting .
527
527
// / \returns the offset of the closing sequence within Str, or npos if it
528
528
// / was not found.
529
- size_t FindRegexVarEnd (StringRef Str, SourceMgr &SM);
529
+ static size_t FindRegexVarEnd (StringRef Str, SourceMgr &SM);
530
530
531
531
// / Parses \p Expr for the name of a numeric variable to be defined at line
532
532
// / \p LineNumber, or before input is parsed if \p LineNumber is None.
You can’t perform that action at this time.
0 commit comments