This is an archive of the discontinued LLVM Phabricator instance.

[libcxx] [test] Change (void)s to TEST_IGNORE_NODISCARD as requested by Eric.
ClosedPublic

Authored by BillyONeal on Nov 15 2017, 12:16 AM.

Details

Summary

Added the TEST_IGNORE_NODISCARD macro to test_macros.h.
grep test/std for (void) casts that look like they're suppressing [[nodiscard]] and change them to TEST_IGNORE_NODISCARD.

Diff Detail