You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#36067 adds a new public API SuppressionDescriptor which is analogous to DiagnosticDescriptor - DiagnosticSuppressor declaratively provides its supported suppression descriptors, similar to the way that DiagnosticAnalyzer provides its supported diagnostic descriptors. SuppressionDescriptor is a class in the PR for consistency with DiagnosticDescriptor. It was suggested here that it could be a struct. This issue tracks whether or not to make this change.
The text was updated successfully, but these errors were encountered:
#36067 adds a new public API
SuppressionDescriptor
which is analogous toDiagnosticDescriptor
-DiagnosticSuppressor
declaratively provides its supported suppression descriptors, similar to the way thatDiagnosticAnalyzer
provides its supported diagnostic descriptors.SuppressionDescriptor
is a class in the PR for consistency withDiagnosticDescriptor
. It was suggested here that it could be a struct. This issue tracks whether or not to make this change.The text was updated successfully, but these errors were encountered: