krytarowski added inline comments.
================ Comment at: source/Plugins/Process/NetBSD/NativeRegisterContextNetBSD_x86_64.cpp:22 +// clang-format off +#include <sys/types.h> ---------------- labath wrote: > It is enough to place an empty line between the block's of includes that > cannot be reordered (perhaps with a comment saying why). Thanks this is another option. I prefer to keep style form for NetBSD-specific files to ensure that things will work correctly. Perhaps it's just sufficient to place <sys/types.h> on top.. but maybe it will be refactored later once this code will get more features. Repository: rL LLVM https://reviews.llvm.org/D32080 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits