This is an archive of the discontinued LLVM Phabricator instance.

[analyzer] SATest: Add 5 more projects for testing
ClosedPublic

Authored by vsavchenko on Jun 10 2020, 10:52 AM.

Diff Detail

Event Timeline

vsavchenko created this revision.Jun 10 2020, 10:52 AM
NoQ added a comment.Jun 18 2020, 7:26 AM

Like in D81592, we should take a look at enabling assertions. If this boils down to -DCMAKE_BUILD_TYPE=Debug then so be it(?)

Change build mode to Debug

AFAIK CppCheck has little to no dependencies, you just need to clone and compile it, that might also be worth a shot. Rtags, tmux, capnproto are also relatively painless, and are also quick to analyze. Xerces also has very few dependencies, and is a mid-sized project.

NoQ accepted this revision.Jun 24 2020, 4:53 PM

I also recall harfbuzz having some fairly unsettling C++ code to analyze.

This revision is now accepted and ready to land.Jun 24 2020, 4:53 PM
This revision was automatically updated to reflect the committed changes.