mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[cxx-interop] Remove symbolic import mode
Importing C++ class templates in symbolic mode has proven to be problematic in interaction with other compiler features, and it isn't used widely. This change removes the feature. rdar://150528798
This commit is contained in:
@@ -109,7 +109,6 @@ UNINTERESTING_FEATURE(UnqualifiedLookupValidation)
|
||||
UNINTERESTING_FEATURE(ImplicitSome)
|
||||
UNINTERESTING_FEATURE(ParserASTGen)
|
||||
UNINTERESTING_FEATURE(BuiltinMacros)
|
||||
UNINTERESTING_FEATURE(ImportSymbolicCXXDecls)
|
||||
UNINTERESTING_FEATURE(GenerateBindingsForThrowingFunctionsInCXX)
|
||||
UNINTERESTING_FEATURE(ReferenceBindings)
|
||||
UNINTERESTING_FEATURE(BuiltinModule)
|
||||
|
||||
Reference in New Issue
Block a user