mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Implement debug info for willset/didset, and teach dispatch to be non-virtual
to didset/will set since we don't drop these in the class vtable. Swift SVN r13056
This commit is contained in:
@@ -210,7 +210,7 @@ private:
|
||||
void maybeAddMethod(FuncDecl *fn, ResilienceExpansion explosionLevel,
|
||||
unsigned uncurryLevel) {
|
||||
// Ignore getters and setters. This is probably wrong!
|
||||
if (fn->isGetterOrSetter())
|
||||
if (fn->isAccessor())
|
||||
return;
|
||||
|
||||
// If the method overrides something, we don't need a new entry.
|
||||
|
||||
Reference in New Issue
Block a user