llvm-project/lldb/source
Jan Kratochvil a375349c53 Simplify DWARFUnit::m_die_array swap() to use shrink_to_fit()
rL145086 introduced m_die_array.shrink_to_fit() implemented by
exact_size_die_array.swap, it was before LLVM became written in C++11.

Differential revision: https://reviews.llvm.org/D47492

llvm-svn: 333636
2018-05-31 08:55:40 +00:00
..
API Remove lldb-private headers when building LLDB.framework with CMake 2018-05-29 18:09:09 +00:00
Breakpoint Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
Commands Typo fixes. 2018-05-29 09:10:46 +00:00
Core Typo fixes. 2018-05-29 09:10:46 +00:00
DataFormatters Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
Expression Typo fixes. 2018-05-29 09:10:46 +00:00
Host [LLDB] Re-apply r303907 that's reverted by mistake 2018-05-30 14:54:22 +00:00
Initialization Move ObjectFile initialization out of SystemInitializerCommon 2018-05-24 12:44:18 +00:00
Interpreter Normalize some lldb #include statements. 2018-05-22 22:53:50 +00:00
Plugins Simplify DWARFUnit::m_die_array swap() to use shrink_to_fit() 2018-05-31 08:55:40 +00:00
Symbol Remove unused include, and corresponding library dependency. 2018-05-24 03:42:38 +00:00
Target [lldb-test] Add a testing harness for the JIT's IRMemoryMap 2018-05-30 19:39:10 +00:00
Utility [FileSpec] Re-implmenet removeLastPathComponent 2018-05-30 13:03:16 +00:00
CMakeLists.txt Remove Plugins/Process/POSIX from include_directories 2017-04-11 12:26:25 +00:00
lldb.cpp Run clang-format on lldb.cpp 2017-11-02 16:56:52 +00:00