Documentation
¶
Index ¶
- func ComposeIncludes(files []string, outfile string) error
- func GetIncludePaths(isCpp bool) []string
- func ParseClangIncOutput(output string) []string
- func ParseSystemPath(output string) ([]string, error)
- func Preprocess(cfg *PreprocessConfig) error
- func WithSysRoot(args []string) []string
- type PreprocessConfig
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 ParseClangIncOutput ¶
func ParseSystemPath ¶
func Preprocess ¶
func Preprocess(cfg *PreprocessConfig) error
func WithSysRoot ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.