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.
Paths
| Differential D69928
[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 TimelineThis revision is now accepted and ready to land.Nov 7 2019, 12:07 AM Comment Actions
Yes, I can‘t commit it. Closed by commit rG001968490049: [clangd] Set RetainCommentsFromSystemHeaders to true (authored by ilya-biryukov). · Explain WhyNov 7 2019, 12:59 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 228173 clang-tools-extra/trunk/clangd/Compiler.cpp
clang-tools-extra/trunk/clangd/index/IndexAction.cpp
|