File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
validation-test/compiler_crashers_2_fixed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ convertToUnqualifiedLookupOptions(NameLookupOptions options) {
266266static void synthesizeCodingKeysIfNeededForUnqualifiedLookup (ASTContext &ctx,
267267 DeclContext *dc,
268268 DeclNameRef name) {
269- if (name.getBaseIdentifier () != ctx.Id_CodingKeys )
269+ if (! name.isSimpleName ( ctx.Id_CodingKeys ) )
270270 return ;
271271
272272 for (auto typeCtx = dc->getInnermostTypeContext (); typeCtx != nullptr ;
Original file line number Diff line number Diff line change 11// {"signature":"(anonymous namespace)::ABIDependencyEvaluator::computeABIDependenciesForModule(swift::ModuleDecl*)"}
2- // RUN: not --crash %target-swift-frontend -typecheck %s
2+ // RUN: not %target-swift-frontend -typecheck %s
33switch {
44case init
You can’t perform that action at this time.
0 commit comments