Hi ! Activated more traces , and hit into intresting difference between windows and linux. One intersting thing into which I've hit was missing function call: decl_as_string (1) (util.c:66) which were present on windows side.
I've debugged deeper, and apparently in linux version it jumps dehydra_setName to gcc\cp\error.c, which has that function declared. In windows version it jumps to function declared in util.c. There exists also expr_as_string, type_as_string, class_key_or_enum_as_string, location_of which follows similar behavior. Question: What is the difference between util.c & cp\error.c - and why dehydra cannot use cp\error.c directly ? _______________________________________________ dev-static-analysis mailing list [email protected] https://lists.mozilla.org/listinfo/dev-static-analysis
