This is an archive of the discontinued LLVM Phabricator instance.

[clangd][NFC] includes missing headers
ClosedPublic

Authored by cjdb on Feb 14 2022, 8:48 PM.

Details

Summary

Shutdown.h was transitively depending on two headers, but this isn't
allowed under a modules build, so they're now explicitly included.

Diff Detail

Event Timeline

cjdb created this revision.Feb 14 2022, 8:48 PM
cjdb requested review of this revision.Feb 14 2022, 8:48 PM
sammccall accepted this revision.Feb 14 2022, 10:28 PM

Thank you!

This revision is now accepted and ready to land.Feb 14 2022, 10:28 PM
This revision was automatically updated to reflect the committed changes.