This is an archive of the discontinued LLVM Phabricator instance.

Add UNUSED_IF_ASSERT_DISABLED and apply it.
ClosedPublic

Authored by brucem on Jul 23 2015, 12:55 AM.

Details

Summary

This replaces (void)x; usages where they x was subsequently
involved in an assertion with this macro to make the
intent more clear.

Diff Detail

Event Timeline

brucem updated this revision to Diff 30457.Jul 23 2015, 12:55 AM
brucem retitled this revision from to Add UNUSED_IF_ASSERT_DISABLED and apply it..
brucem updated this object.
brucem added a reviewer: clayborg.
brucem added a subscriber: lldb-commits.
clayborg accepted this revision.Jul 23 2015, 2:05 PM
clayborg edited edge metadata.

Looks good.

This revision is now accepted and ready to land.Jul 23 2015, 2:05 PM
This revision was automatically updated to reflect the committed changes.