This is an archive of the discontinued LLVM Phabricator instance.

[Sanitizer] Cleanup {ASAN, MSAN}_INTERCEPT_FUNC[_VER] macro
ClosedPublic

Authored by yln on Apr 26 2019, 11:01 AM.

Details

Summary

Note that this change is not strictly NFC since we add the
(&(name) != &WRAP(name) part to the conditional for the _VER variant
of the macro.

Event Timeline

yln created this revision.Apr 26 2019, 11:01 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptApr 26 2019, 11:01 AM
Herald added subscribers: llvm-commits, Restricted Project, kubamracek. · View Herald Transcript
vitalybuka accepted this revision.Apr 26 2019, 5:27 PM
This revision is now accepted and ready to land.Apr 26 2019, 5:27 PM
This revision was automatically updated to reflect the committed changes.