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

@@ -169,8 +169,7 @@ class ABIDependencyEvaluator {
/// Check if a Swift module is an overlay for some Clang module.
///
/// FIXME: Delete this hack once SR-13363 is fixed and ModuleDecl has the
/// right API which we can use directly.
/// FIXME: Delete this hack once https://github.com/apple/swift/issues/55804 is fixed and ModuleDecl has the right API which we can use directly.
bool isOverlayOfClangModule(ModuleDecl *swiftModule);
/// Check for cases where we have a fake cycle through an overlay.