Module CompilerDiagnostics
Import path
import codeql.swift.elements.CompilerDiagnosticsImports
| Diagnostics | This module provides the public class |
Classes
| CompilerError | A compiler error message. |
| CompilerNote | A compiler-generated note (typically attached to an error or warning). |
| CompilerRemark | A compiler-generated remark (milder than a warning, this does not indicate an issue). |
| CompilerWarning | A compiler-generated warning. |