[cfe-dev] CompoundStmt use?

Сергей Филиппов rolenof at gmail.com
Mon Jul 26 06:07:23 PDT 2010


Hi,
I'm porting some program from llvm/clang 2.4 to llvm/clang 2.7. There is a
problem with CompoundStmt, in old version of clang it had method push_back,
because body was declared as Smallvector, but now CompoundStmt doesn't have
this method. Isthere any way to add Stmt to CompoundStmt?

Sergey
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20100726/c8f66b6d/attachment.html>


More information about the cfe-dev mailing list