mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[test] Update Index/refactoring property wrapper tests to use wrappedValue rather than value
Plus other small cleanups to comments and variable names.
This commit is contained in:
@@ -571,6 +571,8 @@ bool SemaAnnotator::handleCustomAttributes(Decl *D) {
|
||||
assert(customAttr->getArg());
|
||||
if (!SemaInit->walk(*this))
|
||||
return false;
|
||||
// Don't walk this again via the associated PatternBindingDecl's
|
||||
// initializer
|
||||
ExprsToSkip.insert(SemaInit);
|
||||
}
|
||||
} else if (auto *Arg = customAttr->getArg()) {
|
||||
|
||||
Reference in New Issue
Block a user