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

samsonov at google.com samsonov at google.com
Thu Feb 2 02:44:24 PST 2012


r149602


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,
On 2012/02/02 10:20:08, ramosian.glider wrote:
> Indentation here

Done.

http://codereview.appspot.com/5609049/diff/9001/asan_interceptors.cc#newcode279
asan_interceptors.cc:279: struct sigaction *oldact) {
On 2012/02/02 10:20:08, ramosian.glider wrote:
> Indentation.

Done.

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);
On 2012/02/02 10:20:08, ramosian.glider wrote:
> Mind the indentation.

Done.

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,
On 2012/02/02 10:20:08, ramosian.glider wrote:
> Indentation here and below.

Done.

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



More information about the llvm-commits mailing list