Skip to content

Commit 7ae5a7a

Browse files
johnno1962rintaro
authored andcommitted
Point link to Zero-width Jira (#19364)
1 parent 17f5bef commit 7ae5a7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Parse/Lexer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1219,7 +1219,7 @@ static bool maybeConsumeNewlineEscape(const char *&CurPtr, ssize_t Offset) {
12191219
static bool diagnoseZeroWidthMatchAndAdvance(char Target, const char *&CurPtr,
12201220
DiagnosticEngine *Diags) {
12211221
// TODO: Detect, diagnose and skip over zero-width characters if required.
1222-
// See https://github.com/apple/swift/pull/17668 for possible implementation.
1222+
// See https://bugs.swift.org/browse/SR-8678 for possible implementation.
12231223
return *CurPtr == Target && CurPtr++;
12241224
}
12251225

0 commit comments

Comments
 (0)