[llvm-commits] AddressSanitizer: use macro to define and declare interceptors for system functions (issue 5609049)

ramosian.glider at gmail.com ramosian.glider at gmail.com
Thu Feb 2 02:20:08 PST 2012


http://codereview.appspot.com/5609049/diff/9001/asan_interceptors.cc
File asan_interceptors.cc (right):

http://codereview.appspot.com/5609049/diff/9001/asan_interceptors.cc#newcode262
asan_interceptors.cc:262: const pthread_attr_t *attr,
Indentation here

http://codereview.appspot.com/5609049/diff/9001/asan_interceptors.cc#newcode279
asan_interceptors.cc:279: struct sigaction *oldact) {
Indentation.

http://codereview.appspot.com/5609049/diff/9001/asan_interceptors.h
File asan_interceptors.h (right):

http://codereview.appspot.com/5609049/diff/9001/asan_interceptors.h#newcode88
asan_interceptors.h:88: struct sigaction *oldact);
Mind the indentation.

http://codereview.appspot.com/5609049/diff/9001/asan_mac.h
File asan_mac.h (right):

http://codereview.appspot.com/5609049/diff/9001/asan_mac.h#newcode45
asan_mac.h:45: dispatch_queue_t dq,
Indentation here and below.

http://codereview.appspot.com/5609049/



More information about the llvm-commits mailing list