[PATCH] D55622: [Sanitize] capsicum further support of the API

David CARLIER via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 13 06:26:44 PST 2018


devnexen marked an inline comment as done.
devnexen added inline comments.


================
Comment at: test/sanitizer_common/TestCases/FreeBSD/capsicum.cc:7-8
+#include <string.h>
 #include <sys/capsicum.h>
 #include <sys/ioctl.h>
 #include <termios.h>
----------------
emaste wrote:
> This ordering seems odd
Yes probably needed to use clang-format here ... thanks !


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55622/new/

https://reviews.llvm.org/D55622





More information about the llvm-commits mailing list