Summary: The semantics of "placement new" is defined simply as an assignment. For example, `C* x = new (y) C();` is analyzed as if `C* x = y;`. Reviewed By: mbouaziz Differential Revision: D7054007 fbshipit-source-id: 1c6754f