# Constructors that do not account for every member of their own class.
#
# The list is empty, and the check is what keeps it that way: every member
# of every class is now named by its constructor, so anything the check
# reports is a member somebody forgot rather than one of a backlog nobody
# had gotten to.
#
# It began as a record of what was already here when the check was written -
# harmless where zero was the intended default, a latent bug where it was
# not, and impossible to tell apart without reading each one. Each of those
# was read and given an explicit initial value, and the line recording it
# deleted.
#
# The check fails on anything NOT listed here, so a new omission is caught
# immediately. It also fails on a line that no longer occurs, so nothing can
# be listed that has since been fixed - which is how this list emptied and
# why it should stay empty. Add a line only for an omission you have read
# and deliberately decided to leave, and say why.
#
# Format: <path> <type>.<member>
