This is an archive of the discontinued LLVM Phabricator instance.

[Sema] Reword unused lambda capture warning
ClosedPublic

Authored by malcolm.parsons on Jan 19 2017, 7:44 AM.

Details

Summary

The warning doesn't know why the variable was looked up but not
odr-used, so reword it to not claim that it was used in an unevaluated
context.

Event Timeline

This revision is now accepted and ready to land.Jan 19 2017, 9:26 AM
This revision was automatically updated to reflect the committed changes.