This is an archive of the discontinued LLVM Phabricator instance.

[PATCH] sanitizer: Fix -Wpedantic GCC warning
ClosedPublic

Authored by marxin on Nov 5 2021, 9:06 AM.

Details

Summary

Fixes:
sanitizer_stacktrace.h:212:5: warning: ISO C++ forbids braced-groups within expressions [-Wpedantic]

Diff Detail

Event Timeline

marxin requested review of this revision.Nov 5 2021, 9:06 AM
marxin created this revision.
vitalybuka accepted this revision.Nov 5 2021, 10:00 AM
This revision is now accepted and ready to land.Nov 5 2021, 10:00 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptNov 5 2021, 10:06 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript