This is an archive of the discontinued LLVM Phabricator instance.

[lldb][CXXModuleHandler] Set TemplateArgument::IsDefaulted
ClosedPublic

Authored by Michael137 on Jan 27 2023, 6:19 AM.

Details

Summary

Since https://reviews.llvm.org/D141827 this field gets used
to print type names. Thus propagate it after importing TemplateArguments
from modules.

Testing

  • Confirmed that this fixes the ongoing import-std-module test failures.

Diff Detail

Event Timeline

Michael137 created this revision.Jan 27 2023, 6:19 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 27 2023, 6:19 AM
Michael137 requested review of this revision.Jan 27 2023, 6:19 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 27 2023, 6:19 AM
aprantl accepted this revision.Jan 27 2023, 8:36 AM
This revision is now accepted and ready to land.Jan 27 2023, 8:36 AM