Closed martong closed 6 years ago
Most of these bits are handled in the constructors of the different subclasses of Stmt. One exception is InitListExpr
where the ctor default sets some of the ExprBits
, which may change later.
There may be other subclasses too where ExprBits
are not set properly, should we set these bits in ASTImporter::Import(Expr*)
?
related issue #477
Certain bits of the different subclasses of Stmt are not imported.
The special case of this generic issue is #469