The latest version of clang has many explicit calls to the destructor of Class Stmt. These produce some compile errors in MSVC.<br><br>something like this:<br><br>1>.\Stmt.cpp(112) : error C2300: 'clang::SwitchStmt' : class does not have a destructor called '~Stmt'
<br>1>.\Stmt.cpp(476) : error C2300: 'clang::IfStmt' : class does not have a destructor called '~Stmt'
<br>1>.\Stmt.cpp(501) : error C2300: 'clang::WhileStmt' : class does not have a destructor called '~Stmt'<br><br>I don't know how to do with this. Can someone fix it?<br>