arocc
arocc copied to clipboard
Proposal: add static analyzer to aro
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.
It's not strictly a non-goal but I'm also not personally going to work on it any time soon.
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.