llvm-project/lldb/source
Justin Bogner 812101d862 Interpreter: Don't return StringRef from functions whose return value is never used
StringRef is passed through all of these APIs but never actually
used. Just remove it from the API for now and if people want to use it
they can add it back.

llvm-svn: 284362
2016-10-17 06:17:56 +00:00
..
API [CMake] Populate LLDB.framework's headers directory 2016-10-14 17:09:55 +00:00
Breakpoint Fix some test failures due to the recent Breakpoint patch. 2016-10-05 18:40:51 +00:00
Commands Clarified the explanation of expr --top-level. 2016-10-11 16:57:21 +00:00
Core [LLDB][MIPS] Fix qProcessInfo to return correct pointer size based on ELF ABI 2016-10-12 10:21:09 +00:00
DataFormatters Make lldb -Werror clean on Windows. 2016-10-05 17:07:34 +00:00
Expression Remove a stray dump(). 2016-10-07 21:25:29 +00:00
Host Fix build error on Android again. 2016-10-05 23:51:13 +00:00
Initialization *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
Interpreter Interpreter: Don't return StringRef from functions whose return value is never used 2016-10-17 06:17:56 +00:00
Plugins [lldb] Improve identification of Linux core dumps. Fix for bug . 2016-10-13 12:11:00 +00:00
Symbol Convert UniqueCStringMap to use StringRef. 2016-10-06 21:22:44 +00:00
Target Convert CommandObject constructors to StringRef. 2016-10-05 21:14:38 +00:00
Utility Make lldb -Werror clean on Windows. 2016-10-05 17:07:34 +00:00
CMakeLists.txt [CMake] Generate LLDB_REVISION at build time 2016-09-23 23:33:52 +00:00
lldb.cpp [CMake] Generate LLDB_REVISION at build time 2016-09-23 23:33:52 +00:00