llvm-project/lldb/source/Plugins/ObjectFile/JIT
Pavel Labath 0f73709cb7 Remove null checks of results of new expressions
operator new doesn't return a null pointer, even if one turns off
exceptions (it calls std::terminate instead). Therefore, all of this is
dead code.

llvm-svn: 364744
2019-07-01 11:09:15 +00:00
..
CMakeLists.txt [CMake] [2/4] Update a batch of plugins 2017-01-31 22:23:49 +00:00
ObjectFileJIT.cpp Remove null checks of results of new expressions 2019-07-01 11:09:15 +00:00
ObjectFileJIT.h [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00