To-do's item #2723159, was opened at 2009-03-31 12:57
Message generated for change (Tracker Item Submitted) made by elmuerte
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=570806&aid=2723159&group_id=82370

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Compiletime - C
Group: None
Status: Open
Resolution: None
Priority: 9
Private: No
Submitted By: Michiel Hendriks (elmuerte)
Assigned to: Nobody/Anonymous (nobody)
Summary: [C] Output filter code not woven

Initial Comment:
Output filter code is generated, but it's not woven into the AST of the current 
C file.
The reason for this is because it is a very complicated task to replace the 
function call.

The following cases exist:

#1
foo();

#2
int x;
x = foo();

#3
if ( foo() ) { ... }

#4
bar( foo() )

First priority is to get case #1 working. 

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=570806&aid=2723159&group_id=82370

------------------------------------------------------------------------------
_______________________________________________
Composestar-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/composestar-developers

Reply via email to