chore: clangpp, clangast

This commit is contained in:
xushiwei
2024-05-06 08:11:54 +08:00
parent df333fb144
commit 7223ff004a
14 changed files with 1986 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ import (
// -----------------------------------------------------------------------------
// Cmd represents a nm command.
// Cmd represents a clang command.
type Cmd struct {
app string
@@ -32,7 +32,7 @@ type Cmd struct {
Stderr io.Writer
}
// New creates a new nm command.
// New creates a new clang command.
func New(app string) *Cmd {
if app == "" {
app = "clang"