This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Skip implicit nodes when traversing for highlightings
AbandonedPublic

Authored by ilya-biryukov on Jul 15 2019, 7:59 AM.

Details

Reviewers
jvikstrom
hokein
Summary

Implicit code adds corner cases to handle and does not provide any value
as those nodes cannot be mapped back to source text.

Event Timeline

ilya-biryukov created this revision.Jul 15 2019, 7:59 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 15 2019, 7:59 AM
ilya-biryukov abandoned this revision.EditedJul 15 2019, 8:00 AM

Ah, sorry, that's actually the default... So we are already doing this.