
5 Aug
2007
5 Aug
'07
12:16 a.m.
David Abrahams wrote:
Neither systems can trace #include dependencies through macros (e.g. #include SOME_MACRO(xyz)), which occasionally leads to inaccurate results from incremental testing. This is an important problem that should be fixed.
FWIW, Wave can be used to generate a complete list of dependencies (full names of included files). This requires knowledge about all predefined system dependend macros, though. Regards Hartmut