This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Make ExpandAutoType not available on template params.
ClosedPublic

Authored by adamcz on Jan 14 2021, 1:44 PM.

Details

Summary

We cannot expand auto when used inside a template param (C++17 feature),
so do not offer it there.

Diff Detail

Event Timeline

adamcz created this revision.Jan 14 2021, 1:44 PM
adamcz requested review of this revision.Jan 14 2021, 1:44 PM
hokein accepted this revision.Jan 15 2021, 1:16 AM
This revision is now accepted and ready to land.Jan 15 2021, 1:16 AM