llvm-project/lldb/source
David Blaikie 1def2579e1 PR51018: Remove explicit conversions from SmallString to StringRef to future-proof against C++23
C++23 will make these conversions ambiguous - so fix them to make the
codebase forward-compatible with C++23 (& a follow-up change I've made
will make this ambiguous/invalid even in <C++23 so we don't regress
this & it generally improves the code anyway)
2021-07-08 13:37:57 -07:00
..
API [lldb] Remove CommandReturnObject's SetError(StringRef) 2021-06-23 11:25:10 +00:00
Breakpoint [lldb] Replace default bodies of special member functions with = default; 2021-07-02 11:31:16 -07:00
Commands PR51018: Remove explicit conversions from SmallString to StringRef to future-proof against C++23 2021-07-08 13:37:57 -07:00
Core [LLDB][GUI] Add initial forms support 2021-07-07 17:17:46 +02:00
DataFormatters [lldb] Replace default bodies of special member functions with = default; 2021-07-02 11:31:16 -07:00
Expression [lldb] Replace default bodies of special member functions with = default; 2021-07-02 11:31:16 -07:00
Host [lldb] Replace default bodies of special member functions with = default; 2021-07-02 11:31:16 -07:00
Initialization [lldb] Replace default bodies of special member functions with = default; 2021-07-02 11:31:16 -07:00
Interpreter [lldb] Replace default bodies of special member functions with = default; 2021-07-02 11:31:16 -07:00
Plugins [lldb/lua] Add scripted watchpoints for Lua 2021-07-07 14:51:02 -03:00
Symbol Revert "Create synthetic symbol names on demand to improve memory consumption and startup times." 2021-07-02 16:21:47 -07:00
Target [lldb] Replace default bodies of special member functions with = default; 2021-07-02 11:31:16 -07:00
Utility [lldb] Replace default bodies of special member functions with = default; 2021-07-02 11:31:16 -07:00
CMakeLists.txt Remove HAVE_VCS_VERSION_INC, not needed 2020-10-29 13:09:05 -07:00
lldb.cpp [lldb] Reinstate support for LLDB_VERSION_STRING 2021-02-22 16:56:00 -08:00