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 0989943 commit 879d617Copy full SHA for 879d617
lib/Parse/ParseRequests.cpp
@@ -36,7 +36,6 @@ ArrayRef<Decl *>
36
ParseMembersRequest::evaluate(Evaluator &evaluator,
37
IterableDeclContext *idc) const {
38
SourceFile &sf = *idc->getDecl()->getDeclContext()->getParentSourceFile();
39
- assert(sf.Kind != SourceFileKind::SIL && "cannot delay parsing SIL");
40
unsigned bufferID = *sf.getBufferID();
41
42
// Lexer diaganostics have been emitted during skipping, so we disable lexer's
0 commit comments