[PATCH] D47065: [clangd] Enable parsing of non-doxygen comments in global-symbol-builder
Ilya Biryukov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 22 03:23:24 PDT 2018
ilya-biryukov added a comment.
In https://reviews.llvm.org/D47065#1104730, @ioeric wrote:
> Should we also change the behavior in dynamic index?
Dynamic index already uses whatever AST provides (which is `ParseAllComments = true` since https://reviews.llvm.org/D46002)
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D47065
More information about the cfe-commits
mailing list