This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Disable printing of Value for tag-types on hover
ClosedPublic

Authored by kadircet on Jun 22 2020, 12:54 PM.

Details

Summary

This is both confusing and crashy.

Diff Detail

Event Timeline

kadircet created this revision.Jun 22 2020, 12:54 PM
sammccall accepted this revision.Jun 24 2020, 7:56 AM
sammccall added inline comments.
clang-tools-extra/clangd/Hover.cpp
345

nit: tag -> record (not handling enums)

This revision is now accepted and ready to land.Jun 24 2020, 7:56 AM
kadircet updated this revision to Diff 273032.Jun 24 2020, 8:26 AM
kadircet marked an inline comment as done.
  • tag -> record in comments
This revision was automatically updated to reflect the committed changes.