01dbb6d9d5
Using unary operator address of (eg. MyClass m; &m) takes into account overloaded operators which may not give us the precide address of the allocated storage. This patch teaches cling to use std::addressof instead.