This is an archive of the discontinued LLVM Phabricator instance.

[clangd] No ExtractFunction on empty selections.
AbandonedPublic

Authored by hokein on Sep 17 2019, 3:20 AM.

Details

Reviewers
kadircet

Event Timeline

hokein created this revision.Sep 17 2019, 3:20 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 17 2019, 3:20 AM

this one is actually specific to vardecl's and has a pending fix in D66872

I would rather wait for it to land, instead of adding another branch. WDYT?

this one is actually specific to vardecl's and has a pending fix in D66872

I would rather wait for it to land, instead of adding another branch. WDYT?

fair enough, didn't notice that fix before, the testcase here probably doesn't work after that patch.

fair enough, didn't notice that fix before, the testcase here probably doesn't work after that patch.

yes it shouldn't work after that one.

hokein abandoned this revision.Oct 2 2019, 6:24 AM