GCC Middle and Back End API Reference
|
Data Fields | |
std::string | m_scheme_name |
std::vector< std::pair< std::string, std::string > > | m_kvs |
Decls.
A class for the result of the first stage of parsing an output spec, where values are represented as untyped strings. The scheme might not exist. The keys have not been validated against the scheme. The values have not been validated against their keys.
std::vector<std::pair<std::string, std::string> > diagnostics::output_spec::scheme_name_and_params::m_kvs |
std::string diagnostics::output_spec::scheme_name_and_params::m_scheme_name |