Hi list, I've just noticed, that in AST/StmtPrinter.cpp some CompoundStmts are directly printed via PrintRawCompoundStmt (e.g. the if/else-Stmts in IfStmt). For these compounds PrinterHelper::handledStmt is not called. Is this behavior intended? Best Olaf