This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Remove redundant check for renamed symbol origin
ClosedPublic

Authored by kbobyrev on Jan 17 2022, 7:02 AM.

Details

Summary

This is a follow-up on D116643. isInSystemHeader check already detects
symbols coming from the Standard Library, so searching for the qualified name
in StdSymbolMap.inc is no longer necessary.

The tests filtering out purely based on the symbol qualified names are removed.

Diff Detail

Event Timeline

kbobyrev created this revision.Jan 17 2022, 7:02 AM
kbobyrev requested review of this revision.Jan 17 2022, 7:02 AM
hokein accepted this revision.Jan 18 2022, 12:25 AM

Thanks for the cleanup!

This revision is now accepted and ready to land.Jan 18 2022, 12:25 AM