When calling find_first_of and find_last_of on a single character,
we can instead just call find / rfind and make our intent more
clear.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
This touches random files across the tree, including lldb-mi. I wasn't sure how best this should be reviewed or by who (despite it being pretty mechanical).