Commits
Doug Gregor committed d04e9b76591
SILGen: Manage retain/release properly for dynamic member lookups. Introduce a proper cleanup for the Optional<T> value created by non-forced dynamic member lookups. Additionally, properly manage each reference to an OpaqueValue within an expression, and release the value when the RAII object goes out of scope. This is the conservative approach to be optimized soon. Swift SVN r8071