This is an archive of the discontinued LLVM Phabricator instance.

[clangd] fix extract function tweak signature spelling out lambda types
AbandonedPublic

Authored by 5chmidti on Jan 14 2023, 5:50 AM.

Details

Reviewers
sammccall
nridge
Summary

Fixes the signature of the extracted function when the signature contains a lambda.
Previously spelled out the type (i.e. loc, ...) of the lambda, now specifies auto.

Diff Detail

Event Timeline

5chmidti created this revision.Jan 14 2023, 5:50 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 14 2023, 5:50 AM
5chmidti requested review of this revision.Jan 14 2023, 5:50 AM
5chmidti abandoned this revision.Jan 14 2023, 9:32 AM

Nvmd, Wrapped</*lambda type*/> won't work. I'll look into this some more.