lgtm 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; Not a big deal, but ...
12 years, 9 months ago
(2012-02-21 08:24:11 UTC)
#3
12 years, 9 months ago
(2012-02-21 08:36:46 UTC)
#5
r151044
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:34:55, glider wrote:
> 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.
Yeah, I left typedefs to make function decl look similar to the original.
Issue 5689057: AddressSanitizer: Don't include GrandCentralDispatch headers in asan headers on Mac
(Closed)
Created 12 years, 9 months ago by samsonov
Modified 12 years, 9 months ago
Reviewers: ramosian.glider, glider, eugeni.stepanov
Base URL: https://llvm.org/svn/llvm-project/compiler-rt/trunk/lib/asan/
Comments: 3