Re: [swift-dev] Name mangling of subscripts

2017-07-19 Thread Alex Hoppen via swift-dev
Thanks, I have filed SR-5506 for the issue and will give it a shot. If I've got any questions, I'll tag you either in the bug report or in a pull request. – Alex > On 17. Jul 2017, at 21:38, Erik Eckstein wrote: > > >> On Jul 14, 2017, at 12:02 PM, Joh

Re: [swift-dev] Name mangling of subscripts

2017-07-17 Thread Erik Eckstein via swift-dev
> On Jul 14, 2017, at 12:02 PM, John McCall wrote: > >> On Jul 14, 2017, at 6:41 AM, Alex Hoppen via swift-dev > > wrote: >> Hi all, >> >> With a recent change of mine (#9989 >> ) subscripts are no longer >> represented int

Re: [swift-dev] Name mangling of subscripts

2017-07-14 Thread John McCall via swift-dev
> On Jul 14, 2017, at 6:41 AM, Alex Hoppen via swift-dev > wrote: > Hi all, > > With a recent change of mine (#9989 > ) subscripts are no longer > represented internally by the identifier "subscript" but by a DeclBaseName > with a special flag. In nam

[swift-dev] Name mangling of subscripts

2017-07-14 Thread Alex Hoppen via swift-dev
Hi all, With a recent change of mine (#9989 ) subscripts are no longer represented internally by the identifier "subscript" but by a DeclBaseName with a special flag. In name mangling, however, the string "subscript" still surfaces (e.g. _T04test3FooC9s