This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Drop explicit specifier on define out-of-line
ClosedPublic

Authored by kadircet on Mar 8 2021, 12:01 AM.

Details

Summary

Explicit specifier can only be mentioned on the in-line declaration of a
constructor, so don't carry it over to the definition.

Diff Detail

Event Timeline

kadircet created this revision.Mar 8 2021, 12:01 AM
kadircet requested review of this revision.Mar 8 2021, 12:01 AM
kbobyrev accepted this revision.Mar 10 2021, 5:16 AM
This revision is now accepted and ready to land.Mar 10 2021, 5:16 AM
This revision was automatically updated to reflect the committed changes.