This is an archive of the discontinued LLVM Phabricator instance.

Update diagnostic groups for pre-compat warnings
ClosedPublic

Authored by aaron.ballman on Mar 3 2021, 9:52 AM.

Details

Summary

As a follow-up to D95691, add new diagnostic groups named pre-c++N-compat to replace the old diagnostic groups with the standards listed out explicitly. The old group names are retained for backwards compatibility.

Diff Detail

Event Timeline

aaron.ballman requested review of this revision.Mar 3 2021, 9:52 AM
aaron.ballman created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptMar 3 2021, 9:52 AM
aaron.ballman accepted this revision.Mar 17 2021, 4:53 AM

I feel comfortable accepting this one on my own authority given that it follows the pattern we talked about, so I'm accepting the review (so I can close it) and I've committed in ecfa87453113dad6bd9430606a06f7ab728cc21b. If there are concerns, I'll happily address them post commit.

This revision is now accepted and ready to land.Mar 17 2021, 4:53 AM