pub fn set_cpp_stdlib(stdlib: CppStdlib)Expand description
Set the C++ stdlib variant used for type-size lookups during source analysis.
This is a thread-local setting; it takes effect for all subsequent calls to
parse_source / parse_source_str on the current thread. The default is
CppStdlib::LibStdCpp. Call this from the CLI before invoking analysis.