This is an archive of the discontinued LLVM Phabricator instance.

[clangd] SelectionTree should mark a node as fully-selected if the only claimed tokens were early-claimed.
ClosedPublic

Authored by sammccall on Aug 28 2019, 5:02 AM.

Details

Diff Detail

Repository
rL LLVM

Event Timeline

sammccall created this revision.Aug 28 2019, 5:02 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 28 2019, 5:02 AM
sammccall updated this revision to Diff 217645.Aug 28 2019, 7:26 AM

remove printfs

sammccall updated this revision to Diff 218926.Sep 5 2019, 7:54 AM

remove special-case handling of VarDecl in ExtractFunction that is no longer needed.

SureYeaah accepted this revision.Sep 28 2019, 5:54 AM

Sorry about the delay. LGTM. Thanks!

This revision is now accepted and ready to land.Sep 28 2019, 5:54 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptOct 2 2019, 3:00 AM