I tried running the analyzer on the Swift codebase; here are the results:
It's a little hard to read, but there are some legitimate issues in the
report. For example, line #709 in lib/IDE/TypeReconstruction.cpp returns
'false' for a method that has a return type of 'size_t', which is probably
incorrect.
If you're interested in contributing to Swift, why not start by fixing some
of these warnings? :)
It's a little hard to read, but there are some legitimate issues in the report. For example, line #709 in lib/IDE/TypeReconstruction.cpp returns 'false' for a method that has a return type of 'size_t', which is probably incorrect.
If you're interested in contributing to Swift, why not start by fixing some of these warnings? :)