Commits

Jordan Rose committed 5986b77d8fe
Use an empty type encoding string for ivars, rather than a null pointer. Some tools expect the encoding string to always be there (like KVO). By using an empty string, this becomes valid while still not exposing details of the ivar's layout. We can decide later if that would be a good thing to do. <rdar://problem/17203246> Swift SVN r19851