This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Set RetainCommentsFromSystemHeaders to true
ClosedPublic

Authored by lh123 on Nov 6 2019, 8:24 PM.

Details

Summary

clangd should retain comments from system headers.

fixes https://github.com/clangd/clangd/issues/96

note: I don't know much about how to write unit tests, but it works fine on my computer.

Diff Detail

Event Timeline

lh123 created this revision.Nov 6 2019, 8:24 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 6 2019, 8:24 PM
ilya-biryukov accepted this revision.Nov 7 2019, 12:07 AM

LGTM, thanks!
Do you need someone to land this?

This revision is now accepted and ready to land.Nov 7 2019, 12:07 AM
lh123 added a comment.Nov 7 2019, 12:31 AM

LGTM, thanks!
Do you need someone to land this?

Yes, I can‘t commit it.

This revision was automatically updated to reflect the committed changes.