arocc icon indicating copy to clipboard operation
arocc copied to clipboard

Proposal: add static analyzer to aro

Open wrongnull opened this issue 1 year ago • 2 comments

GCC and Clang have static analyzers. It would be great if aro will had its own. However, I'm not sure if this meets the goals of the project. If not, it might be worth trying to create a separate static analysis tool written in zig.

wrongnull avatar Mar 13 '24 11:03 wrongnull

It's not strictly a non-goal but I'm also not personally going to work on it any time soon.

Vexu avatar Mar 14 '24 17:03 Vexu

I have zero experience doing anything like this and also probably won't work on it any time soon. However if I were going to do it, my first attempt would probably entail trying to dump the parsed AST into something Frama-C can use.

ehaas avatar Mar 14 '24 17:03 ehaas