Files
swift-mirror/lib/AST
Slava Pestov a6b5824dac AST: Correctly set parent DeclContext of ParamDecls in EnumElementDecls
When an EnumElementDecl is parsed, we create the parameter list before
creating the EnumElementDecl itself, so we have to re-parent those
ParamDecls just like we do for functions and subscripts.
2019-10-08 18:39:00 -04:00
..
2019-10-04 22:11:07 -04:00
2019-10-07 22:20:18 -04:00
2019-08-06 22:13:20 -07:00