[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[creduce-dev] Creduce Macro Analysis



Hi all,

I am checking to see if I can use creduce in order to isolate issues
in a static analysis tool. The software generally works fine, but
occasionally there are special combinations of syntax that trip things
up (like combinations of namespace aliasing, const reference return
types, complex macro usage, nested templates, etc.).

I am wondering though if creduce can isolate issues where macro
declarations are part of the problem. Does creduce preprocess the code
before looking at it, or can it isolate issues where macro analysis is
a factor?

With regards,
Rand McRanderson