larsbrinkhoff / pdp10-its-disassembler

Disassembler and other tools for files in ITS formats
GNU General Public License v2.0
19 stars 13 forks source link

Clang analyzer results #85

Open johnsonjh opened 3 years ago

johnsonjh commented 3 years ago

Screenshot_2021-04-14 dskdmp c http 127 0 0 1 8181 report-5b8d5c html Screenshot_2021-04-14 tape-word c http 127 0 0 1 8181 report-d13783 html Screenshot_2021-04-14 dskdmp c http 127 0 0 1 8181 report-ee0a54 html Screenshot_2021-04-14 ipak c http 127 0 0 1 8181 report-dafd78 html Screenshot_2021-04-14 scrmbl c http 127 0 0 1 8181 report-6d4cd7 html Screenshot_2021-04-14 info c http 127 0 0 1 8181 report-8b5ed9 html Screenshot_2021-04-14 dis c http 127 0 0 1 8181 report-e52012 html

larsbrinkhoff commented 3 years ago

Can I run this tool myself using stock clang?

johnsonjh commented 3 years ago

You need at least Clang 11 (and, preferably, Clang 12), and then it should "just work" using scan-build gmake, as long as it was built with it.

For macOS, they have support now, but I've never tried it.