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) {
266
266
static void synthesizeCodingKeysIfNeededForUnqualifiedLookup (ASTContext &ctx,
267
267
DeclContext *dc,
268
268
DeclNameRef name) {
269
- if (name.getBaseIdentifier () != ctx.Id_CodingKeys )
269
+ if (! name.isSimpleName ( ctx.Id_CodingKeys ) )
270
270
return ;
271
271
272
272
for (auto typeCtx = dc->getInnermostTypeContext (); typeCtx != nullptr ;
Original file line number Diff line number Diff line change 1
1
// {"signature":"(anonymous namespace)::ABIDependencyEvaluator::computeABIDependenciesForModule(swift::ModuleDecl*)"}
2
- // RUN: not --crash %target-swift-frontend -typecheck %s
2
+ // RUN: not %target-swift-frontend -typecheck %s
3
3
switch {
4
4
case init
You can’t perform that action at this time.
0 commit comments