llvm-project/lldb/source/Plugins
Pavel Labath a975959996 Fix clang warning in RenderScriptRuntime
std::array should have "the same semantics as a struct holding a C-style array T[N] as its only
non-static data member", so the initialization should have one more level of braces. Hopefully,
no compiler will object to that.

llvm-svn: 258306
2016-01-20 12:23:23 +00:00
..
ABI [LLDB][MIPS] Handle PIC calling convention for MIPS64 2016-01-12 03:48:43 +00:00
Disassembler DisassemblerLLVMC now gets the disassembler comments for an instruction 2015-12-11 19:10:04 +00:00
DynamicLoader Fix build breakage of r257502. 2016-01-12 20:22:58 +00:00
ExpressionParser Enable the use of modules in the expression parser by default. 2016-01-14 21:46:09 +00:00
Instruction Fix some compiler warnings with MSVC 2015. 2016-01-13 21:22:00 +00:00
InstrumentationRuntime The ASAN report fetching code had two latent bugs: 2016-01-15 01:03:50 +00:00
JITLoader Don't pack the structs of the jit debug interface 2015-12-22 15:23:33 +00:00
Language Better scheme to lookup alternate mangled name when looking up function address. 2016-01-07 23:32:34 +00:00
LanguageRuntime Fix clang warning in RenderScriptRuntime 2016-01-20 12:23:23 +00:00
MemoryHistory Upstream a change to MemoryHistoryASan from Sean: 2015-11-06 00:43:31 +00:00
ObjectContainer Fix Clang-tidy modernize-use-override warnings in source/Plugins/ObjectContainer and ObjectFile; other minor fixes. 2015-10-23 16:56:07 +00:00
ObjectFile Some 32-bit arm corefiles on darwin may have their general purpose 2016-01-20 05:17:13 +00:00
OperatingSystem Fix some compiler warnings with MSVC 2015. 2016-01-13 21:22:00 +00:00
Platform Modify "platform connect" to connect to processes as well 2015-12-08 14:08:19 +00:00
Process Some 32-bit arm corefiles on darwin may have their general purpose 2016-01-20 05:17:13 +00:00
ScriptInterpreter Fix an issue where scripted commands would not actually print any of their output if an immediate output file was set in the result object via a Python file object 2016-01-13 18:11:45 +00:00
SymbolFile Removed a redundant function call after review. 2016-01-14 22:05:26 +00:00
SymbolVendor Fix Clang-tidy modernize-use-override warnings in some files in source/Plugins; other minor fixes. 2015-10-19 18:52:10 +00:00
SystemRuntime Changes to lldb and debugserver to reduce extraneous memory reads 2016-01-12 07:09:16 +00:00
UnwindAssembly Add support for the LEAVE x86 instruction to AssemblyParse_x86. 2016-01-08 21:13:26 +00:00
CMakeLists.txt Fix cmake build. 2015-09-03 04:17:57 +00:00
Makefile autotools: Also link the new go libraries 2015-11-08 22:30:34 +00:00