Documentation
¶
Index ¶
- func ComposeIncludes(files []string, outfile string) error
- func GetIncludePaths(isCpp bool) []string
- func GetInclusions(conf *Config, fn func(fileName string, depth int)) error
- func ParseClangIncOutput(output string) []string
- func ParseSystemPath(output string) ([]string, error)
- func WithSysRoot(args []string) []string
- type Config
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ComposeIncludes ¶
ComposeIncludes create Include list #include <file1.h> #include <file2.h>
func GetIncludePaths ¶
func GetInclusions ¶ added in v0.7.2
func ParseClangIncOutput ¶
func ParseSystemPath ¶
func WithSysRoot ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.