Douglas Gregor wrote: > I am not at all worried about this change touching many components; > it's a mechanical transformation that is unlikely to break anything > and it is the right thing to do. There is a virtual CompoundStmt* getBody(ASTContext&) in Decl. It's widely used. :-( Sebastian