Instead of having a map from ConstString to StructuredDataPluginSP, we
can use an llvm::StringMap. The keys themselves don't need to be
ConstStrings, so an llvm::StringMap feels most natural.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo