Commits

Dmitri Hrybenko committed 9c8d30ea113
stdlib/Reflection: fix over-release that I introduced in r20671 trying to fix a leak. The release was valid only for some code paths. Added some comments explaining ownership and parameter passing conventions. Fixes rdar://17855302, restores half of the leak in rdar://17840810 (only for objects that inherit from NSObject). Swift SVN r20820