llvm-project/lldb
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
..
bindings [lldb/Bindings] Sort headers in headers.swig 2020-01-28 10:58:07 -08:00
cmake [lldb] Delete the SharingPtr class 2020-02-11 13:23:18 +01:00
docs [lldb] [doc] Change sample commands prefix from > to $ 2020-02-10 09:50:37 +01:00
examples [Examples] Move structured-data unpacking out of the loop. (NFC) 2019-11-22 15:43:39 -08:00
include/lldb [lldb][NFC] Remove support file searching from SourceFileCompleter 2020-02-11 18:50:25 +01:00
packages/Python/lldbsuite [lldb][NFC] Remove the CppVirtualMadness test 2020-02-11 14:09:58 +01:00
resources
scripts [lldb/Scripts] Remove swig_bot_lib/__init__.py 2020-01-16 09:15:41 -08:00
source [lldb][NFC] Remove support file searching from SourceFileCompleter 2020-02-11 18:50:25 +01:00
test [lldb/test] Add alternate symbol to StackFrame Recognizer 2020-02-11 11:44:37 +01:00
third_party/Python/module Increase timeout in pexpect to lower chances of tests failing under ASAN. 2019-10-10 16:16:49 +00:00
tools [lldb][NFC] Remove several inefficient ConstString -> const char * -> StringRef conversions 2020-02-11 09:14:41 +01:00
unittests [lldb][NFC] Remove Stream::Indent(const char *) overload in favor of the StringRef version 2020-02-11 13:29:32 +01:00
utils [lldb\utils] Place lldb-repro in a per-configuration directory to support multi-configuration generators 2020-02-06 12:31:57 -08:00
.arcconfig
.clang-format
.gitignore
CMakeLists.txt [lldb/Cmake] Add a CMakeLists.txt to the utils directory... 2020-01-16 22:31:01 -08:00
CODE_OWNERS.txt [lldb][NFC] Cleanup mentions and code related to lldb-mi 2019-07-19 15:55:23 +00:00
LICENSE.TXT
use_lldb_suite_root.py