[Lldb-commits] [PATCH] D80955: Fix UB in EmulateInstructionARM64.cpp
Shafik Yaghmour via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Jun 1 15:43:33 PDT 2020
shafik added inline comments.
================
Comment at: lldb/source/Plugins/Instruction/ARM64/EmulateInstructionARM64.cpp:25
+#include <stdlib.h>
+
----------------
Why? also should be `cstdlib` in C++.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80955/new/
https://reviews.llvm.org/D80955
More information about the lldb-commits
mailing list