[BACK]Return to d_c99_bool_strict.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / tests / usr.bin / xlint / lint1

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/tests/usr.bin/xlint/lint1/d_c99_bool_strict.c between version 1.21 and 1.22

version 1.21, 2021/02/20 18:55:10 version 1.22, 2021/02/27 17:16:48
Line 306  strict_bool_conversion_function_argument
Line 306  strict_bool_conversion_function_argument
         take_arguments(p, p, p);        /* expect: 334, 154 */          take_arguments(p, p, p);        /* expect: 334, 154 */
   
         /* Passing bool as vararg. */          /* Passing bool as vararg. */
         take_arguments(b, i, p, b, i, p); /* expect: arg#4 */ // TODO          take_arguments(b, i, p, b, i, p); /* TODO: expect: arg#4 */
   
         /* Passing a bool constant. */          /* Passing a bool constant. */
         take_arguments(__lint_false, i, p);          take_arguments(__lint_false, i, p);

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

CVSweb <webmaster@jp.NetBSD.org>