[llvm-commits] [ASan] add full strtoll implementation and interceptor (issue 5876052)
samsonov at google.com
samsonov at google.com
Sat Mar 24 01:40:42 PDT 2012
r153376, thanks!
http://codereview.appspot.com/5876052/diff/5002/asan_interceptors.cc
File asan_interceptors.cc (right):
http://codereview.appspot.com/5876052/diff/5002/asan_interceptors.cc#newcode72
asan_interceptors.cc:72: # if !defined(_WIN32)
On 2012/03/23 15:35:45, kcc1 wrote:
> use ASAN_CAN_USE_STRTOLL
ASAN_INTERCEPT_STRTOLL, if you don't mind.
http://codereview.appspot.com/5876052/diff/5002/asan_interceptors.cc#newcode657
asan_interceptors.cc:657: } else {
On 2012/03/23 15:35:45, kcc1 wrote:
> no "else" after return.
Done.
http://codereview.appspot.com/5876052/
More information about the llvm-commits
mailing list