#!/usr/bin/env bash
#
# This script produces a list of all diagnostics that are defined
# in Diagnostic*.td files but not used in sources.
#
# Gather all diagnostic identifiers from the .td files.
ALL_DIAGS=
# Now look for all potential identifiers in the source files.
ALL_SOURCES=
DIAGS_IN_SOURCES=
# Print all diags that occur in the .td files but not in the source.