This is an archive of the discontinued LLVM Phabricator instance.

[ASan] Factor out platform-specific interceptors
ClosedPublic

Authored by timurrrr on Mar 13 2015, 10:37 AM.

Details

Diff Detail

Event Timeline

timurrrr updated this revision to Diff 21936.Mar 13 2015, 10:37 AM
timurrrr retitled this revision from to [ASan] Factor out platform-specific interceptors.
timurrrr updated this object.
timurrrr edited the test plan for this revision. (Show Details)
timurrrr added reviewers: samsonov, kcc.
timurrrr added subscribers: Unknown Object (MLST), glider.
kcc accepted this revision.Mar 13 2015, 1:55 PM
kcc edited edge metadata.

LGTM
No functionality change, right?

This revision is now accepted and ready to land.Mar 13 2015, 1:55 PM
kcc added inline comments.Mar 13 2015, 1:56 PM
lib/asan/asan_win.cc
150

These are vim fold markers, right?
if you have {{{1 for opening you don't need }}} for closing.

Correct
13 марта 2015 г. 23:55 пользователь "Kostya Serebryany" <kcc@google.com>
написал:

LGTM
No functionality change, right?

http://reviews.llvm.org/D8321

EMAIL PREFERENCES

http://reviews.llvm.org/settings/panel/emailpreferences/

After trying various things I've decided to use {{{ / }}} rather than
{{{1. It makes the structure of folds a bit easier to read.

timurrrr accepted this revision.Mar 16 2015, 7:26 AM
timurrrr added a reviewer: timurrrr.

Kostya has LGTMed on the email

timurrrr closed this revision.Mar 16 2015, 7:26 AM

r232377.