- replace illegal characters in all classes of global symbols
- deal with illegal symbols potentially introduced when setName() has to append unique suffix (it is currently separated by '.')
Details
Details
- Reviewers
jholewinski eliben
Diff Detail
Diff Detail
Event Timeline
Comment Actions
I think D17738 is similar? We really need a solution for this, but unfortunately this one may not fly.
Comment Actions
Hmm. I was unaware of that patch.
I'm mostly interested in mangling functions. I'll remove the change that deals with '.' introduced by setName() and let D17738 handle it.