Files
carbon-lang/toolchain/check
Richard SmithandGeoff Romer de0ad6730f Fix crash if a member of std::string_view is found in a derived class. (#6604)
Members of `std::string_view` can't be accessed directly, because that
type maps into Carbon's `str` type (`Core.String`), so member access
doesn't find the C++ members. But they can be named via qualified name
lookup into a derived type. That crashed because we didn't expect the
non-Cpp type `Core.String` to be the parent of a Cpp-imported member.

Plus add some more test coverage for related cases (not involving `str`)
that already worked.

---------

Co-authored-by: Geoff Romer <gromer@google.com>
2026-01-15 22:36:18 +00:00
..
2025-04-11 21:47:43 +00:00
2026-01-14 00:54:37 +00:00
2025-07-11 22:29:10 +00:00
2026-01-13 22:44:38 +00:00
2025-04-14 14:28:15 +00:00
2025-11-18 19:48:58 +00:00
2025-09-25 21:56:48 +00:00