15.07.2013, 20:11, "John Regehr" <[email protected]>:
>>  When I proposed idea about reduction of part of the file, I meant part of
>>  preprocessed translation unit, not source file as is (which seems useless
>>  in most C++ cases).
>
> Yes, the partial preprocessing that I mentioned should solve this.

Expanding includes level by level does not seem to be good idea.

Also, anything relying on original source file and keeping #include's is
inconvenient: include paths may be relative and will require modifications when
moving into separate directory.

I'll try to implement my idea (based on preprocessed source) as a separate
driver on top of creduce.

-- 
Regards,
Konstantin

Reply via email to