Gardening: Migrate compiler sources to GitHub issues

This commit is contained in:
Anthony Latsis
2022-09-29 23:58:55 +03:00
parent 0a9b558492
commit 2843e0c871
32 changed files with 69 additions and 79 deletions

View File

@@ -81,7 +81,7 @@ llvm::Regex swift::getSwiftInterfaceCompilerVersionRegex() {
": (.+)$", llvm::Regex::Newline);
}
// MARK: Module name shadowing warnings (SR-898)
// MARK(https://github.com/apple/swift/issues/43510): Module name shadowing warnings
//
// When swiftc emits a module interface, it qualifies most types with their
// module name. This usually makes the interface less ambiguous, but if a type