Eugene.Zelenko added inline comments.
================ Comment at: lldb/source/API/SBData.cpp:9 #include <inttypes.h> ---------------- cinttypes should be used instead. See Clang-tidy modernize-deprecated-headers. Same in other places. ================ Comment at: lldb/source/API/SBData.cpp:12 +#include <memory> + #include "lldb/API/SBData.h" ---------------- Spaces between include statements interfere with Clang-format. Same in other places. Repository: rLLDB LLDB CHANGES SINCE LAST ACTION https://reviews.llvm.org/D57990/new/ https://reviews.llvm.org/D57990 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits