Details
Details
- Reviewers
• Quuxplusone - Group Reviewers
Restricted Project - Commits
- rG96100f150826: [libcxx] NFC. Correct wordings of _LIBCPP_ASSERT debug messages
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Seems fine to me % comments. A little churn-y, but moving in a good direction IMO.
| libcxx/include/deque | ||
|---|---|---|
| 2724 | As long as we're changing this wording, let's make it "called on an empty deque." | |
| libcxx/include/iterator | ||
| 1390 | "...outside its valid range"? Or just "...outside its range"? | |
| libcxx/include/list | ||
| 1775 | "...called on an empty list" | |
| libcxx/include/optional | ||
| 881 | "optional::operator-> called on a disengaged optional" | |
| libcxx/include/vector | ||
| 677 | "called on" throughout | |
Comment Actions
Replaced 'with' / 'for' -> 'on', 'outside of valid range' -> 'outside its valid range'.
As long as we're changing this wording, let's make it "called on an empty deque."