[FE 1.0] Add compiler flag for rendering internal diagnostic names in error messages

This commit is contained in:
Dmitriy Novozhilov
2022-01-21 13:07:20 +03:00
committed by TeamCityServer
parent b9c22a5e5e
commit dd953908df
28 changed files with 112 additions and 29 deletions
@@ -49,7 +49,11 @@ class DiagnosticMessagesTextHandler(
false
)
AnalyzerWithCompilerReport.reportDiagnostics(info.analysisResult.bindingContext.diagnostics, diagnosticsFullTextCollector)
AnalyzerWithCompilerReport.reportDiagnostics(
info.analysisResult.bindingContext.diagnostics,
diagnosticsFullTextCollector,
renderInternalDiagnosticName = false
)
diagnosticsFullTextCollector.flush()
diagnosticsFullTextPrintStream.flush()