ClangTool
Tools.swift:179struct ClangTool
struct ClangTool
import LLBuildManifest
protocol Decodable
A type that can decode itself from an external representation.
protocol Encodable
A type that can encode itself to an external representation.
protocol ToolProtocol : Decodable, Encodable
init(from decoder: any Decoder) throws
static let name: String
var arguments: [String]
var dependencies: String?
var description: String
var inputs: [Node]
var outputs: [Node]
func write(to stream: inout ManifestToolStream)
var alwaysOutOfDate: Bool { get }