On 03/03/2016 06:15 PM, Patrick Palka wrote:
Cool, this also fixes the false-positives seen in bdwgc, whose coding
style suggests indenting things inside an #ifdef as if it were an
if(), e.g.:

     if (a)
       foo ();
#   ifndef A
       bar ();
#   endif
     ...

Once again I find myself thinking this is not a false positive, but terrible code we should warn for.


Bernd

Reply via email to