This is an archive of the discontinued LLVM Phabricator instance.

[Clang] Moved warning of warnReturnTypestateForUnconsumableType back to SemaDeclAttr
AbandonedPublic

Authored by gAlfonso-bit on Aug 8 2021, 6:19 PM.

Details

Reviewers
aaron.ballman

Diff Detail

Event Timeline

gAlfonso-bit created this revision.Aug 8 2021, 6:19 PM
gAlfonso-bit requested review of this revision.Aug 8 2021, 6:19 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 8 2021, 6:19 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
gAlfonso-bit retitled this revision from Moved warning of warnReturnTypestateForUnconsumableType back to SemaDeclAttr to [Clang] Moved warning of warnReturnTypestateForUnconsumableType back to SemaDeclAttr.Aug 8 2021, 6:20 PM

It looks like there are still test failures happening from these changes. We're now getting more return state set for an unconsumable type <foo> diagnostics.

Moved warnReturnTypestateForUnconsumableType back to SemaDeclCXX

gAlfonso-bit abandoned this revision.Aug 10 2021, 7:01 AM