Package-level declarations
Types
Link copied to clipboard
data class CompilationCommand(val directory: EnvPath, val file: EnvPath, val arguments: ParsedArgs, val command: RawCommandLine? = null, val output: EnvPath? = null)
A JSON Compilation Database entry.
Link copied to clipboard
data class CompilationDatabase(val commands: List<CompilationCommand>, val errors: Map<Int, String> = emptyMap())