This patch removes the last reason why DIFlagBlockByrefStruct from Clang by directly implementing the drilling into the member type done in DwarfDebug::DbgVariable::getType() into the frontend.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D51807
Remove all uses of DIFlagBlockByrefStruct from Clang ClosedPublic Authored by aprantl on Sep 7 2018, 11:35 AM.
Details Summary This patch removes the last reason why DIFlagBlockByrefStruct from Clang by directly implementing the drilling into the member type done in DwarfDebug::DbgVariable::getType() into the frontend.
Diff Detail Event TimelineThis revision is now accepted and ready to land.Sep 10 2018, 6:21 AM Closed by commit rL341842: Remove all uses of DIFlagBlockByrefStruct (authored by adrian). · Explain WhySep 10 2018, 9:15 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 164475 lib/CodeGen/CGDebugInfo.h
lib/CodeGen/CGDebugInfo.cpp
test/CodeGenObjC/block-byref-debuginfo.m
|