This is an archive of the discontinued LLVM Phabricator instance.

[DEBUG INFO] Emit debug info for type used in explicit cast only.
ClosedPublic

Authored by ABataev on Oct 9 2015, 2:26 AM.

Details

Summary

Currently debug info for types used in explicit cast only is not emitted. It happened after a patch for better alignment handling. This patch fixes this bug.

Diff Detail

Repository
rL LLVM

Event Timeline

ABataev updated this revision to Diff 36928.Oct 9 2015, 2:26 AM
ABataev retitled this revision from to [DEBUG INFO] Emit debug info for type used in explicit cast only..
ABataev updated this object.
ABataev added a reviewer: echristo.
ABataev added a subscriber: cfe-commits.
ABataev updated this revision to Diff 37476.Oct 15 2015, 5:39 AM
ABataev added reviewers: rjmccall, dblaikie.

Update after review

rjmccall edited edge metadata.Oct 19 2015, 9:45 AM

That looks great, thank you.

This revision was automatically updated to reflect the committed changes.