This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Modules can have a public API. NFC
ClosedPublic

Authored by sammccall on Feb 15 2021, 12:44 PM.

Diff Detail

Event Timeline

sammccall created this revision.Feb 15 2021, 12:44 PM
sammccall requested review of this revision.Feb 15 2021, 12:44 PM
kadircet accepted this revision.Feb 16 2021, 12:11 AM

thanks, lgtm!

clang-tools-extra/clangd/ClangdServer.h
349

nit: = nullptr

clang-tools-extra/clangd/Module.cpp
8

should we log/assert?

This revision is now accepted and ready to land.Feb 16 2021, 12:11 AM
This revision was automatically updated to reflect the committed changes.
sammccall marked an inline comment as done.