Files
swift-mirror/tools/swift-api-digester/ModuleAnalyzerNodes.cpp
Ben Langmuir 8fbd71c25e [api-digester] Force lazy attribute calculations as workaround
We were relying on attributes being propagated by the type-checker, for
example from a property to its accessors, but the goal is for these to
be caculated lazily by the request evaluator, so we should be checking
the AST predicates instead.  As a workaround, force calculating them to
cause the attributes to be added for now to fix a CI failure.

Patch by @slavapestov

rdar://50184238
2019-04-25 13:34:11 -07:00

70 KiB