Add class types to the retained types list to make sure they
don't get dropped if the constructor is optimized out later.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D88522
[DebugInfo] Add types from constructor homing to the retained types list. ClosedPublic Authored by akhuang on Sep 29 2020, 4:23 PM.
Details Summary Add class types to the retained types list to make sure they
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 29 2020, 4:33 PM Closed by commit rG5c4fc581d5fe: [DebugInfo] Add types from constructor homing to the retained types list. (authored by akhuang). · Explain WhySep 29 2020, 5:01 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 295152 clang/lib/CodeGen/CGDebugInfo.cpp
clang/test/CodeGenCXX/debug-info-limited-ctor.cpp
|