-v prints all directive pattern matches.
-vv additionally prints info that might be noise to users but that can
be helpful to FileCheck developers.
To maximize code reuse and to make diagnostics more consistent, this
patch also adjusts and extends some of the existing diagnostics.
CHECK-NOT failures now report variables uses. Many more diagnostics
now report the check prefix and kind of directive.
I might not get so specific with the list of what gets printed; I'd prefer a broader statement of intent, maybe with specifics as examples. Something like:
Print information helpful in diagnosing internal FileCheck issues; for example, discarded ...