Hi all,

I'm trying compute CK/MOOD metrics for my project as homework using
dehydra/treehydra.
Everything works better than I expected, beside one assertion failure.

dehydra_ast.c:29: Assertion failed:length < dehydra_getArrayLength
(this, this->destArray)

I have attached an example file with preprocessed sources causing this problem.
Please note, that my project is written using c++0x dialect features
and requires -std=c++0x flag to compile.
It seems to be related to decltype keyword, but I wasn't able prove
that it is indeed culprit.

I would be also interested in dehydra-gcc patches for newer gcc (4.4)
versions, if any exist.

Thanks,
Piotr
_______________________________________________
dev-static-analysis mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-static-analysis

Reply via email to