llvm-project/lldb/source
Raphael Isemann 62174682a0 [lldb][NFC] Remove support file searching from SourceFileCompleter
This code seems wrong as the directory variable actually contains
the file name. It's also unreachable code as m_include_support_files
is hardcoded to false which is the condition for the surrounding 'if
statement'. Let's just remove all of this.
2020-02-11 18:50:25 +01:00
..
API [lldb/Plugin] Use LLDB_PLUGIN_DECLARE to forward declare plugin initializers 2020-02-07 18:02:21 -08:00
Breakpoint [lldb][NFC] Remove several inefficient ConstString -> const char * -> StringRef conversions 2020-02-11 09:14:41 +01:00
Commands [lldb][NFC] Remove support file searching from SourceFileCompleter 2020-02-11 18:50:25 +01:00
Core [lldb] Delete the SharingPtr class 2020-02-11 13:23:18 +01:00
DataFormatters [LLDB] Fix compilation with GCC 5 2020-02-06 10:16:32 +02:00
Expression [lldb] Delete the SharingPtr class 2020-02-11 13:23:18 +01:00
Host Revert "[Host.mm] Check for the right macro instead of inlining it" 2020-02-10 14:34:48 -08:00
Initialization [lldb][NFC] Fix all formatting errors in .cpp file headers 2020-01-24 08:52:55 +01:00
Interpreter [lldb][NFC] Remove ConstString -> const char * -> StringRef conversions when calling Stream::Indent 2020-02-11 13:51:41 +01:00
Plugins [NFC] [lldb] Remove unused declaration 2020-02-11 14:59:52 +01:00
Symbol [lldb] Rename Type::ResolveClangType to Type::ResolveCompilerType 2020-02-04 15:40:48 -08:00
Target [lldb/test] Add alternate symbol to StackFrame Recognizer 2020-02-11 11:44:37 +01:00
Utility [lldb][NFC] Remove Stream::Indent(const char *) overload in favor of the StringRef version 2020-02-11 13:29:32 +01:00
CMakeLists.txt Make LLVM_APPEND_VC_REV=OFF affect clang, lld, and lldb as well. 2020-01-16 19:04:08 -05:00
lldb.cpp [lldb][NFC] Fix all formatting errors in .cpp file headers 2020-01-24 08:52:55 +01:00