[PATCH] A couple minor changes to support sanitizers on FreeBSD 9.2
Alexey Samsonov
samsonov at google.com
Mon Mar 17 07:46:20 PDT 2014
Why do we use
#define size_t unsigned
in lib/asan/asan_new_delete.cc instead of the fix you suggest in this patch?
What if we (say) use #define size_t unsigned for old FreeBSD in Clang's stddef.h. Would that work? Or we will have problems with functions defined between the inclusion of (broken) system headers and the inclusion of stddef.h?
http://llvm-reviews.chandlerc.com/D3031
More information about the llvm-commits
mailing list