mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
disambiguate some type shadowing (NFCI)
Adjust the type shadowing identified by GCC 7. The declaration shadows a type which changes the meaning of the identifier subsequently.
This commit is contained in:
committed by
Saleem Abdulrasool
parent
746b58e8e1
commit
7d8aac60ca
@@ -37,7 +37,7 @@ struct swift::ide::api::SDKNodeInitInfo {
|
||||
#define KEY_STRING_ARR(X, Y) std::vector<StringRef> X;
|
||||
#include "swift/IDE/DigesterEnums.def"
|
||||
|
||||
ReferenceOwnership ReferenceOwnership = ReferenceOwnership::Strong;
|
||||
swift::ReferenceOwnership ReferenceOwnership = ReferenceOwnership::Strong;
|
||||
std::vector<DeclAttrKind> DeclAttrs;
|
||||
std::vector<TypeAttrKind> TypeAttrs;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user