Since ClassTemplateSpecializationDecls now set the
TemplateArgument::IsDefaulted bit, there's no need
to derive it here.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D142333
[clang][DebugInfo] Check TemplateArgument::IsDefaulted ClosedPublic Authored by Michael137 on Jan 23 2023, 1:32 AM.
Details Summary Since ClassTemplateSpecializationDecls now set the
Diff Detail
Event TimelineMichael137 added a parent revision: D141826: [clang][TemplateBase] Add IsDefaulted bit to TemplateArgument.Jan 23 2023, 1:34 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 Closed by commit rG29ecf0e62cd7: [clang][DebugInfo] Check TemplateArgument::IsDefaulted (authored by Michael137). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 491255 clang/lib/CodeGen/CGDebugInfo.cpp
|