This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Rename Module -> FeatureModule to avoid confusion. NFC
ClosedPublic

Authored by sammccall on Mar 4 2021, 7:24 AM.

Details

Summary

As pointed out in D96244, "Module" is already pretty overloaded to refer
to clang and llvm modules. (And clangd deals directly with the former).

FeatureModule is a bit of a mouthful but it's pretty self-descriptive.
I think it might be better than "Component" which doesn't really capture
the "common interface" aspect - it's IMO confusing to refer to
"components" but exclude CDB for example.

Diff Detail

Event Timeline

sammccall created this revision.Mar 4 2021, 7:24 AM
sammccall requested review of this revision.Mar 4 2021, 7:24 AM

I know we talked about names a bunch and i'm being a bit intransigent here.
Happy to go with Component if you think it's a better name, but wanted to see how this looks.

kadircet accepted this revision.Mar 5 2021, 12:16 AM

thanks, lgtm!

This revision is now accepted and ready to land.Mar 5 2021, 12:16 AM
This revision was landed with ongoing or failed builds.Mar 5 2021, 1:15 AM
This revision was automatically updated to reflect the committed changes.