[LLVMdev] Source-to-Source transformations

Olaf Krzikalla Olaf.Krzikalla at tu-dresden.de
Mon Oct 5 01:45:06 PDT 2009


Konstantis,

I'm writing a ASTProcessing lib with which you already could do a
transformation like yours in a hurry.
It is however not part of the clang project nor will it becomes one
since it depends on boost.
You should be able to check out the current stuff via anon SVN (look at
https://gforge.zih.tu-dresden.de/scm/?group_id=16).
The interesting part is trunk/Scout/clangAddons (the other folders on
the Scout level are trash).
Note that this is still work in heavy progress. Also I'm of course eager
to get your remarks or even submissions.
(e.g. StmtCollector::tStmtTreeMirror::compareOneLevel is still broken
(probably by design)).

Best regards
Olaf Krzikalla





More information about the llvm-dev mailing list