This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Don't add inlay hints on std::move/forward
ClosedPublic

Authored by upsj on Jun 15 2022, 7:29 AM.

Details

Summary

This removes parameter inlay hints from a few builtin functions like std::move/std::forward

Diff Detail

Event Timeline

upsj created this revision.Jun 15 2022, 7:29 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 15 2022, 7:29 AM
upsj requested review of this revision.Jun 15 2022, 7:29 AM
nridge accepted this revision.Jun 16 2022, 12:26 AM

Thanks!

This revision is now accepted and ready to land.Jun 16 2022, 12:26 AM
This revision was automatically updated to reflect the committed changes.