Changed paths:
M pkg/analyzer/lib/src/error/doc_comment_verifier.dart
Log Message:
-----------
[messages] Rework reporting of docDirectiveMissing{Two,Three}Arguments.
Changes the analyzer logic that reports the following errors:
- docDirectiveMissingTwoArguments
- docDirectiveMissingThreeArguments
So that a temporary `missingArguments` list is not used. This puts the
code in a form that the `use_literate_api_in_analyzer.dart` tool will
be able to automatically transform.
Changed paths:
M pkg/analyzer/lib/src/dart/resolver/yield_statement_resolver.dart
M pkg/analyzer/lib/src/diagnostic/diagnostic.g.dart
M pkg/analyzer/lib/src/error/deprecated_member_use_verifier.dart
M pkg/analyzer/lib/src/error/error_handler_verifier.dart
M pkg/analyzer/lib/src/error/imports_verifier.dart
M pkg/analyzer/lib/src/fasta/error_converter.dart
M pkg/analyzer/lib/src/generated/element_resolver.dart
M pkg/analyzer/lib/src/generated/error_verifier.dart
M pkg/analyzer/messages.yaml
Log Message:
-----------
[messages] Convert more diagnostics to literate diagnostic reporting API.
The only changes in this CL that were manually written are those in
`messages.yaml`. The others were produced by running the standard
diagnostic message code generator and then running the script
`use_literate_api_in_analyzer.dart`.