This is an archive of the discontinued LLVM Phabricator instance.

[clang-tidy] Re-add cppcoreguidelines-macro-to-enum alias
ClosedPublic

Authored by PiotrZSL on Aug 5 2023, 12:40 AM.

Details

Summary

Looks like somewere in clang-16 this alias were removed,
even that is mention in clang-tidy 15 release notes.

Fixes: #64342

Diff Detail

Event Timeline

PiotrZSL created this revision.Aug 5 2023, 12:40 AM
PiotrZSL requested review of this revision.Aug 5 2023, 12:40 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 5 2023, 12:40 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
carlosgalvezp accepted this revision.Aug 5 2023, 7:55 AM

Strange, it seems the alias was never fully added?
https://reviews.llvm.org/D117522

This revision is now accepted and ready to land.Aug 5 2023, 7:55 AM

Strange, it seems the alias was never fully added?
https://reviews.llvm.org/D117522

Looks like, still I dont know what to do with release notes, add alias "again" there, dont change it, or mention that there were bug.

Strange, it seems the alias was never fully added?
https://reviews.llvm.org/D117522

Looks like, still I dont know what to do with release notes, add alias "again" there, dont change it, or mention that there were bug.

I think adding it again is fine.

PiotrZSL updated this revision to Diff 547504.Aug 5 2023, 11:11 AM

Add release notes

carlosgalvezp accepted this revision.Aug 5 2023, 11:02 PM
This revision was automatically updated to reflect the committed changes.