Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't silently eat a certain class of analyzer-thrown exceptions
If an analyzer threw an exception, we generate a message that tells you what diagnostic IDs the analzyer produces, so you know what to disable so you can work around the analyzer. If the analyzer then also were to throw exceptions while we ask it for it's SupportedDiagnostics, we were eating that exception. This includes that as well.
- Loading branch information