Hacker News new | ask | show | jobs
by flohofwoe 2244 days ago
Hmm, command-line clang accepts a --analyze option here ("Apple clang version 11.0.0"), and this seems to give additional output over the regular warnings. I'm not sure if that's the same thing as the analyzer integrated into Xcode, but some sort of static analyzer seems to be there.
1 comments

Oh, I will have to try that. Thanks for sharing!