We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95a6c5d commit 90f0e3eCopy full SHA for 90f0e3e
swift/extractor/SwiftDispatcher.h
@@ -138,8 +138,6 @@ class SwiftDispatcher {
138
// - extracting a primary source file: in this mode, we extract several files belonging to the
139
// same module one by one. In this mode, we restrict emission only to the same file ignoring
140
// all the other files.
141
- // TODO this currently does not extract compiler-synthesized entities without a valid location,
142
- // this will be fixed in an upcoming PR
143
bool shouldEmitDeclBody(swift::Decl* decl) {
144
if (decl->getModuleContext() != ¤tModule) {
145
return false;
0 commit comments