Run Microsoft Analyzer over dmd source code

bearophile bearophileHUGS at lycos.com
Mon Aug 8 12:49:42 PDT 2011


Don:

> I think these are false positives too. The ones I saw were of the form:
> When p is a pointer,
>   assert(p);
>   y = p->x; // error: p is uninitialized

This was true in the first "release" of those warnings files, but is it true still? There are only 10 of those errors reported now.

Bye,
bearophile


More information about the Digitalmars-d mailing list