Commits

Doug Gregor committed 4fc32fd9b4b
For a function that is either a getter or setter for a variable, provide a mapping back to that variable. Teach the mangler to provide a special mangling for such functions (__getVarName, __setVarName). The mangling will undoubtedly change later, but the point is that it will need to match the functions generated for a resilient variable. Swift SVN r1432