llvm-project/lldb
Raphael Isemann 2a3ef377ec [lldb][NFC] Don't hide a bool in LibCxxOptional's OptionalFrontend::m_size
m_size can only be 1 or 0 and indicates if the optional has a value. Calling
it 'm_size', giving it a size_t data type and then also comparing indices against
'size' is very confusing. Let's just make this a bool.
2020-02-10 13:03:06 +01:00
..
bindings [lldb/Bindings] Sort headers in headers.swig 2020-01-28 10:58:07 -08:00
cmake [lldb] removed no longer needed CMakeDependentOption 2020-02-07 09:23:35 +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] Fix+re-enable Assert StackFrame Recognizer on Linux 2020-02-10 10:29:32 +01:00
packages/Python/lldbsuite [lldb] Refactored TestCallOverriddenMethod.py to general virtual function test 2020-02-10 09:40:40 +01:00
resources [CMake] Revised LLDB.framework builds 2019-01-04 12:46:50 +00:00
scripts [lldb/Scripts] Remove swig_bot_lib/__init__.py 2020-01-16 09:15:41 -08:00
source [lldb][NFC] Don't hide a bool in LibCxxOptional's OptionalFrontend::m_size 2020-02-10 13:03:06 +01:00
test [lldb] Fix+re-enable Assert StackFrame Recognizer on Linux 2020-02-10 10:29:32 +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/Plugin] Use LLDB_PLUGIN_DECLARE to forward declare plugin initializers 2020-02-07 18:02:21 -08:00
unittests [lldb] Fix+re-enable Assert StackFrame Recognizer on Linux 2020-02-10 10: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 Add .noindex to the gitignore 2019-04-05 17:57:42 +00:00
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 Fix typos throughout the license files that somehow I and my reviewers 2019-01-21 09:52:34 +00:00
use_lldb_suite_root.py