clang

package
v0.11.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 14, 2025 License: Apache-2.0 Imports: 6 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cmd

type Cmd struct {
	Env     []string
	Verbose bool
	Stdin   io.Reader
	Stdout  io.Writer
	Stderr  io.Writer
	// contains filtered or unexported fields
}

Cmd represents a clang command.

func New

func New(app string) *Cmd

New creates a new clang command.

func (*Cmd) CheckLinkArgs added in v0.11.1

func (p *Cmd) CheckLinkArgs(cmdArgs []string, wasm bool) error

func (*Cmd) Compile added in v0.10.1

func (p *Cmd) Compile(args ...string) error

func (*Cmd) Exec

func (p *Cmd) Exec(args ...string) error

Exec executes a clang command.

func (p *Cmd) Link(args ...string) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL