This is an archive of the discontinued LLVM Phabricator instance.

[clang][DebugInfo] Check TemplateArgument::IsDefaulted
ClosedPublic

Authored by Michael137 on Jan 23 2023, 1:32 AM.

Details

Summary

Since ClassTemplateSpecializationDecls now set the
TemplateArgument::IsDefaulted bit, there's no need
to derive it here.

Diff Detail

Event Timeline

Michael137 created this revision.Jan 23 2023, 1:32 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 23 2023, 1:32 AM
Michael137 requested review of this revision.Jan 23 2023, 1:32 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 23 2023, 1:33 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
  • Make variable const
aprantl accepted this revision.Jan 26 2023, 9:37 AM
This revision is now accepted and ready to land.Jan 26 2023, 9:37 AM
This revision was landed with ongoing or failed builds.Jan 26 2023, 6:35 PM
This revision was automatically updated to reflect the committed changes.