llcppsigfetch:basic fileset

This commit is contained in:
luoliwoshang
2024-08-11 19:39:33 +08:00
parent 364d3996f4
commit 95dc01cdcb
2 changed files with 54 additions and 36 deletions

View File

@@ -370,6 +370,7 @@ func (*Macro) ppdNode() {}
// ------------------------------------------------
type File struct {
Path string `json:"path"`
Decls []Decl `json:"decls"`
Includes []*Include `json:"includes,omitempty"`
Macros []*Macro `json:"macros,omitempty"`