This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Enable parsing of non-doxygen comments in global-symbol-builder
ClosedPublic

Authored by ilya-biryukov on May 18 2018, 7:05 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

ilya-biryukov created this revision.May 18 2018, 7:05 AM

Should we also change the behavior in dynamic index?

Should we also change the behavior in dynamic index?

Dynamic index already uses whatever AST provides (which is ParseAllComments = true since D46002)

ioeric accepted this revision.May 22 2018, 9:06 AM

lgtm

This revision is now accepted and ready to land.May 22 2018, 9:06 AM
This revision was automatically updated to reflect the committed changes.