This is an archive of the discontinued LLVM Phabricator instance.

Create new warning group -Wdeprecated-copy
Needs ReviewPublic

Authored by rtrieu on Oct 3 2018, 7:06 PM.
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary

Move an existing deprecated warning into a new group -Wdeprecated copy. Also skip functions that are explicitly marked delete or default, which follows the behavior of the GCC warning.

Diff Detail

Event Timeline

rtrieu created this revision.Oct 3 2018, 7:06 PM
sberg added a subscriber: sberg.Oct 4 2018, 12:55 AM