<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<div>Hi, all.<br>
</div>
<div><br>
</div>
<div>I want to insert "placement_new"  after "malloc"  to call the constructor (to initialize vtable ptr) when the allocated object is a polymorphic object.<br>
</div>
<div>Could I forcibly insert "placement_new" after "malloc" in the clang level (e.g., modify clang to use "CXXNewEXpr::Create()") without modifying AST tree?<br>
</div>
<div>If not, could you please tell me the way?<br>
</div>
<div><br>
</div>
<div>Best Regards,<br>
</div>
<span>Y. Jeon.</span><br>
</div>
</body>
</html>