Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Reflecting Intermediate changes to ast

Hi
  I am using an ast rewrite, which replaces node inside a for statement, before a rule which replaces the "new for statement" with another.

The problem is, the first rewrites inside the body of the for statement arent reflected. Basically its the old for statement which is rewritten. I assume this has something to do with saving the state of astrewrite before continuing.



Back to the top