techie tawa
2013-Jun-27 18:14 UTC
[LLVMdev] Generate code from Clang ast which is dumped in xml
Hi, I'm working on AST that Clang generates on sample codes in xml file. Is there a standard way of parsing this xml file, modifying it (instrumenting original source code) and then generate instrumented code from the xml file. I don't see any reference/documentation in this regards. Please suggest any links to relevant information. Many Thanks K -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130627/4980c537/attachment.html>
Sean Silva
2013-Jun-28 05:36 UTC
[LLVMdev] Generate code from Clang ast which is dumped in xml
On Thu, Jun 27, 2013 at 11:14 AM, techie tawa <techie.tawa at gmail.com> wrote:> Hi, > > I'm working on AST that Clang generates on sample codes in xml file. Is > there a standard way of parsing this xml file, modifying it (instrumenting > original source code) and then generate instrumented code from the xml > file. I don't see any reference/documentation in this regards. > >That is not a supported use case, sorry. -- Sean Silva -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130627/f90719ed/attachment.html>