This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Fix hover crash on invalid decls
ClosedPublic

Authored by kadircet on Jul 3 2020, 11:58 AM.

Details

Summary

This also changes the way we display Size and Offset to be independent.

Diff Detail

Event Timeline

kadircet created this revision.Jul 3 2020, 11:58 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 3 2020, 11:58 AM
kadircet updated this revision to Diff 275448.Jul 3 2020, 12:10 PM

Inline OffsetBits

sammccall accepted this revision.Jul 3 2020, 1:39 PM

Thanks!

This revision is now accepted and ready to land.Jul 3 2020, 1:39 PM
This revision was automatically updated to reflect the committed changes.