Documentation
¶
Overview ¶
Package cpp_converter's default-build stub: C/C++ analysis requires libLLVM, which is only linked under the `llvm` build tag. See converter.go.
Deliberately NOT build-tagged: internal/scan needs the C/C++ file predicate for language detection in the default (no-libLLVM) build too, so it lives outside the llvm-tagged converter and is the ONE definition both the scan layer and the tagged frontend share (the pattern IsJSFamily set).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Converter ¶
type Converter struct{}
func NewConverter ¶
func NewConverter() *Converter
func (*Converter) ConvertInventory ¶
ConvertInventory mirrors the llvm-tagged converter's inventory entry point so the scan pipeline can plumb its cached walk uniformly; like ConvertFile it only reports that this build lacks the C/C++ backend.
Click to show internal directories.
Click to hide internal directories.