ea768b29a4
Renames `pkg/analyzer/lib/src/diagnostic/diagnostic.dart` to `pkg/analyzer/lib/src/diagnostic/diagnostic_message.dart`. The new name aligns better with the library's purpose (which is solely to export the class `DiagnosticMessageImpl` from `package:_fe_analyzer_shared`). This frees up the filename `pkg/analyzer/lib/src/diagnostic/diagnostic.dart` to be used as the repository for all generated analyzer messages. Change-Id: I6a6a6964be0904a383334974f1e64a03c0df551b Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/458381 Reviewed-by: Samuel Rawlins <srawlins@google.com> Reviewed-by: Konstantin Shcheglov <scheglov@google.com> Commit-Queue: Paul Berry <paulberry@google.com>