[PATCH] Avoid SAL names like __in or __out in clang's builtin headers

Reid Kleckner rnk at google.com
Thu Apr 18 08:27:05 PDT 2013


The include stack defining __in is:
xmmintrin.h
includes mm_malloc.h
includes stdlib.h (comes from MSVC)
includes crtdefs.h
includes sal.h
which defines __in as nothing

This is already tested by Modules/compiler_builtins.m, and this
removes the XFAIL.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: avoid_sal_names.diff
Type: application/octet-stream
Size: 5216 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130418/fa20cf44/attachment.obj>


More information about the cfe-commits mailing list