[PATCH] DataFlowSanitizer; compiler-rt changes.
Kostya Serebryany
kcc at google.com
Mon Jun 17 06:55:14 PDT 2013
LGTM, but please commit after clang/doc/design change is accepted.
================
Comment at: include/sanitizer/dfsan_interface.h:17
@@ +16,3 @@
+
+#include <stddef.h>
+#include <stdint.h>
----------------
[we discussed this a few times before]
We do not allow system includes in asan/tsan/msan/sanitizer_common files (other than OS-specific ones).
This rule does not have to be followed in dfsan, but you have been warned -- using stddef/stdint in sanitizers may cause you PAIN while porting to non-linux.
And you may easily avoid these headers.
http://llvm-reviews.chandlerc.com/D967
BRANCH
dfsan-up
ARCANIST PROJECT
compiler-rt
More information about the llvm-commits
mailing list