getCppSymbolRename

fun getCppSymbolRename(distro: LangDockerfile.CFamily = DefaultDistro.C_FAMILY): Pipeline

A C++ pipeline which compiles, renames symbols in an object file, and links into an executable.

Uses CFamilyCompile and CppSymbolRename. Does not correctly generate reports.