CIRCT
20.0.0git
|
Classes | |
struct | MappingContextTraits< DescribedSignal, Context > |
Conversion from a DescribedSignal to YAML. More... | |
struct | MappingContextTraits< DescribedInstance, Context > |
Conversion from a DescribedInstance to YAML. More... | |
struct | MappingContextTraits< sv::InterfaceOp, Context > |
Conversion from an sv::InterfaceOp to YAML. More... | |
Functions | |
static std::string | stripComment (StringRef str) |
Convert newlines and comments to remove the comments. More... | |
|
static |
Convert newlines and comments to remove the comments.
This produces better looking YAML output. E.g., this will convert the following:
// foo // bar
Into the following:
foo bar
Definition at line 148 of file GrandCentral.cpp.
Referenced by llvm::yaml::MappingContextTraits< DescribedSignal, Context >::Field::Field(), and llvm::yaml::MappingContextTraits< DescribedInstance, Context >::Instance::Instance().