mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
ClangImporter: remove Darwin alias workaround, introduce feature
Introduce a feature flag to add the importing of macro aliases. Remove the Darwin specific carve out.
This commit is contained in:
@@ -126,6 +126,7 @@ UNINTERESTING_FEATURE(MacrosOnImports)
|
||||
UNINTERESTING_FEATURE(NonisolatedNonsendingByDefault)
|
||||
UNINTERESTING_FEATURE(KeyPathWithMethodMembers)
|
||||
UNINTERESTING_FEATURE(SendableProhibitsMainActorInference)
|
||||
UNINTERESTING_FEATURE(ImportMacroAliases)
|
||||
|
||||
// TODO: Return true for inlinable function bodies with module selectors in them
|
||||
UNINTERESTING_FEATURE(ModuleSelector)
|
||||
|
||||
Reference in New Issue
Block a user