Check that all non-null fields in a class get initialised by the constructor
commit101659f40d7e902b87b09757fad75c1a859cf583
authorThomas Leonard <talex5@gmail.com>
Thu, 18 Sep 2008 14:10:01 +0000 (18 15:10 +0100)
committerThomas Leonard <talex5@gmail.com>
Thu, 18 Sep 2008 14:47:28 +0000 (18 15:47 +0100)
tree6b6d233dfbef358246750353bb3d138af696e9cd
parent66f6c6c3e7aca75b9d9b9f3f95792708352840f7
Check that all non-null fields in a class get initialised by the constructor
dmd/class.c
dmd/declaration.c
dmd/declaration.h
dmd/expression.c
dmd/func.c