Commits

Doug Gregor committed 70f32902525
[Diagnostic verify] Treat "{{none}}" as "no unexpected Fix-Its". We were using "{{none}}" to mean "no Fix-Its" at all in the diagnostic verifier, which is useful but narrow. Tweak it's meaning to mean "no Fix-Its other than the ones we've explicitly checked for", which lets us verify the exact set of Fix-Its produced as part of a diagnostic rather than only matching a subset. I'll be landing some tests that rely on this shortly.