In 5fd17ab, we worked around the Apple system headers not providing
const-correct overloads for some <string.h> functions. However, that
required an attribute that was only present in recent Clangs at the
time. We can now assume that all supported Clang versions on Apple
platforms do support that attribute.
Details
Details
- Reviewers
• Quuxplusone - Group Reviewers
Restricted Project - Commits
- rG44e24d8f998c: [libc++] Remove test suite workarounds on Apple with old Clangs
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM!
Bonus tech-debt points if you want to make a followup NFC commit to consistently use ASSERT_SAME_TYPE and, like, const wchar_t *cws instead of manual casting everywhere.
Comment Actions
CI tests passed but failed to update in Phab. Shippping now.
Yeah, I'll do that in a follow-up NFC. Thanks!