K2: add more accurate & more automatic control of diagnostic suppression

#KT-51363 Fixed
This commit is contained in:
Mikhail Glukhikh
2022-07-20 16:46:23 +02:00
committed by Space
parent 179b267d9f
commit 9add6f3d55
21 changed files with 194 additions and 101 deletions
@@ -188,7 +188,7 @@ class IncrementalFirJvmCompilerRunner(
else allPlatformSourceFiles.add(file)
}
val diagnosticsReporter = DiagnosticReporterFactory.createReporter()
val diagnosticsReporter = DiagnosticReporterFactory.createPendingReporter()
val performanceManager = configuration[CLIConfigurationKeys.PERF_MANAGER]
val compilerEnvironment = ModuleCompilerEnvironment(projectEnvironment, diagnosticsReporter)