Kazu Hirata 8628ff3ec0
[ObjectYAML] Remove extraneous .c_str() (NFC) (#167189)
maskedBitSetCase takes StringRef, so we can "implicitly cast"
std::string to StringRef.

Identified with readability-redundant-string-cstr.
2025-11-08 17:01:40 -08:00
..