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().
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D29312
[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.
Diff Detail
Event TimelineClosed by commit rL293671: [sanitizer] Ensure macro parameters are expanded before stringifying. (authored by mpividori). · Explain WhyJan 31 2017, 10:48 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 86463 compiler-rt/trunk/lib/sanitizer_common/sanitizer_win_defs.h
|