This is an archive of the discontinued LLVM Phabricator instance.

[sanitizer] Ensure macro parameters are expanded before stringifying.
ClosedPublic

Authored by mpividori on Jan 30 2017, 3:33 PM.

Details

Summary

I update the macro STRINGIFY() so use an auxiliary macro STRINGIFY_(), so we ensure the parameters are expanded before stringifying.
It is needed for future uses of STRINGIFY().

Diff Detail

Repository
rL LLVM

Event Timeline

mpividori created this revision.Jan 30 2017, 3:33 PM
This revision was automatically updated to reflect the committed changes.