[Lldb-commits] [PATCH] D80955: Fix UB in EmulateInstructionARM64.cpp
Davide Italiano via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Jun 1 16:16:54 PDT 2020
davide added inline comments.
================
Comment at: lldb/source/Plugins/Instruction/ARM64/EmulateInstructionARM64.cpp:25
+#include <stdlib.h>
+
----------------
shafik wrote:
> Why? also should be `cstdlib` in C++.
It's just something shuffled around, probably a side effect of clang-format.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80955/new/
https://reviews.llvm.org/D80955
More information about the lldb-commits
mailing list