llvm-project/lldb/source
Bruce Mitchener e8433cc179 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
2015-09-01 23:57:17 +00:00
..
API Add support for language plugins to provide data formatters (second attempt) 2015-09-01 18:22:39 +00:00
Breakpoint Final bit of type system cleanup that abstracts declaration contexts into lldb_private::CompilerDeclContext and renames ClangType to CompilerType in many accessors and functions. 2015-08-24 23:46:31 +00:00
Commands Remove class Language - the only thing it was actually being used for is provided by LanguageRuntime already 2015-08-27 18:18:49 +00:00
Core Simplify find_first_of & find_last_of on single char. 2015-09-01 23:57:17 +00:00
DataFormatters std::initializer_list is not safe to return from a function, as copies are not guaranteed to extend the lifetime of the underlying storage 2015-09-01 22:24:35 +00:00
Expression When looking up types, find the first type we can import rather than just taking 2015-09-01 18:00:35 +00:00
Host Simplify find_first_of & find_last_of on single char. 2015-09-01 23:57:17 +00:00
Initialization Reorg code to allow Windows Process Plugins to share some common code. 2015-08-24 16:00:51 +00:00
Interpreter Convert the ScriptInterpreter system to a plugin-based one. 2015-07-30 20:28:07 +00:00
Plugins Simplify find_first_of & find_last_of on single char. 2015-09-01 23:57:17 +00:00
Symbol Made a new abstract class named "DWARFASTParser" which lives in "source/Plugins/SymbolFile/DWARF": 2015-08-28 01:01:03 +00:00
Target Have the Process hold a weak_ptr to the Target. 2015-09-01 20:02:29 +00:00
Utility Simplify find_first_of & find_last_of on single char. 2015-09-01 23:57:17 +00:00
CMakeLists.txt Move LLDB initialization/shutdown to Initialization. 2015-03-19 22:00:21 +00:00
Makefile [Makefiles] Align library names with CMake build 2015-07-14 20:25:19 +00:00
lldb.cpp Move LLDB initialization/shutdown to Initialization. 2015-03-19 22:00:21 +00:00