Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] CDT Editing code

Hello everyone,

I'am studing Informatics Engeneering, and I need to create one tool to inject faults in C or C++ code. I think that i can use CDT to do that, but I having some troubles with the rewriteAST(), I can't do my modifications to the code, for example, remove one IfStatement node. Is that impossible? How I remove one node and get the code with modifications?

Greetings
Gonçalo Silva Pereira 

Back to the top