mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Fix missing indexing data when using Self initializer
Fixes: https://github.com/apple/swift/issues/64686
This commit is contained in:
@@ -48,6 +48,7 @@ struct ReferenceMetaData {
|
||||
SemaReferenceKind Kind;
|
||||
llvm::Optional<AccessKind> AccKind;
|
||||
bool isImplicit = false;
|
||||
bool isImplicitCtorType = false;
|
||||
|
||||
/// When non-none, this is a custom attribute reference.
|
||||
Optional<std::pair<const CustomAttr *, Decl *>> CustomAttrRef;
|
||||
|
||||
Reference in New Issue
Block a user