[PATCH] D41102: Setup clang-doc frontend framework
Petr Hosek via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 3 09:31:24 PST 2018
phosek added a comment.
In https://reviews.llvm.org/D41102#955200, @JDevlieghere wrote:
> I don't know what basis is used to differentiate between the two, but should this be part of clang tools or clang-tools-extra?
AFAIK there's a general agreement that clang-tools-extra should be eventually merged into clang (see https://reviews.llvm.org/diffusion/L/browse/llvm/trunk/CMakeLists.txt;321745$127) so for new projects I think we should create them in clang directly rather than in clang-tools-extra only to be later moved to clang.
https://reviews.llvm.org/D41102
More information about the cfe-commits
mailing list