[llvm-commits] AddressSanitizer: Don't include GrandCentralDispatch headers in asan headers on Mac (issue 5689057)

glider at google.com glider at google.com
Tue Feb 21 00:34:55 PST 2012


http://codereview.appspot.com/5689057/diff/1/asan_mac.h
File asan_mac.h (right):

http://codereview.appspot.com/5689057/diff/1/asan_mac.h#newcode38
asan_mac.h:38: typedef void* dispatch_group_t;
On 2012/02/21 08:24:11, eugeni.stepanov wrote:
> Not a big deal, but I would just use void* in the function signatures.

Please no. We'll end up having (void*, void*, void*) function prototypes
and soon won't be able to tell which original types were there.

http://codereview.appspot.com/5689057/



More information about the llvm-commits mailing list