Drop some uses of StringLiteral in favor of StringRef
StringRef can be used in constexpr contexts, so StringLiteral isn't necessary anymore.
Loading
Please sign in to comment
StringRef can be used in constexpr contexts, so StringLiteral isn't necessary anymore.