summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectLanguage.cpp
diff options
context:
space:
mode:
authorBruce Mitchener <bruce.mitchener@gmail.com>2015-09-01 23:57:17 +0000
committerBruce Mitchener <bruce.mitchener@gmail.com>2015-09-01 23:57:17 +0000
commite8433cc17941d760f8ec96c6f280e152e4f00ef0 (patch)
tree7a788e52e18bfb377bacbe2cf4660c98cf6486e4 /lldb/source/Commands/CommandObjectLanguage.cpp
parent11deaae8a132906a0acdfa0d5801c5dd1b557b81 (diff)
downloadbcm5719-llvm-e8433cc17941d760f8ec96c6f280e152e4f00ef0.tar.gz
bcm5719-llvm-e8433cc17941d760f8ec96c6f280e152e4f00ef0.zip
Simplify find_first_of & find_last_of on single char.
Summary: 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. Reviewers: clayborg Subscribers: lldb-commits Differential Revision: http://reviews.llvm.org/D12518 llvm-svn: 246609
Diffstat (limited to 'lldb/source/Commands/CommandObjectLanguage.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud