llvm-project/lldb/source
Raphael Isemann 8dbe2f02c6 [lldb][NFC] Simplify CompilerType constructors/destructors and fix unused variable warning
CompilerType has no virtual functions and no statements in its constructors,
so we can simplify this code. This also allows Clang to emit unused variable warnings
for CompilerType, so I also removed one unused variable that otherwise causes -Werror
builds to fail.
2020-01-01 22:56:16 +01:00
..
API [Lldb/Lua] Generate Lua Bindings 2019-12-21 11:28:41 -08:00
Breakpoint [lldb][NFC] Migrate FileSpec::Dump to raw_ostream 2019-12-06 09:40:42 +01:00
Commands [lldb/ScriptInterpreter] Remove can_reload which is always true (NFC) 2019-12-22 21:36:03 -08:00
Core [lldb/ScriptInterpreter] Remove can_reload which is always true (NFC) 2019-12-22 21:36:03 -08:00
DataFormatters TypeCategory: Initialize m_enabled to false 2019-12-12 11:39:41 -08:00
Expression [lldb] Fix ARM32 inferior calls 2019-12-21 11:12:17 +01:00
Host [lldb] Fix ARM32 inferior calls 2019-12-21 11:12:17 +01:00
Initialization [Reproducer] Use ::rtrim() to remove trailing control characters. 2019-10-18 17:11:48 +00:00
Interpreter [lldb] Fix a -Wreturn-type gcc warning in ScriptInterpreter.cpp 2019-12-23 11:07:35 +01:00
Plugins [lldb][NFC] Simplify CompilerType constructors/destructors and fix unused variable warning 2020-01-01 22:56:16 +01:00
Symbol [lldb][NFC] Simplify CompilerType constructors/destructors and fix unused variable warning 2020-01-01 22:56:16 +01:00
Target [NFC] Fixes -Wrange-loop-analysis warnings 2020-01-01 20:01:37 +01:00
Utility [lldb][NFC] Make clang-format happy by removing trailing space in ArchSpec.cpp 2019-12-17 09:13:48 +01:00
CMakeLists.txt [CMake] Remove Apple-specific version logic. 2019-04-17 18:23:22 +00:00
lldb.cpp [CMake] Remove Apple-specific version logic. 2019-04-17 18:23:22 +00:00