[PATCH] D41102: Setup clang-doc frontend framework

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 5 14:39:25 PST 2018


sammccall added a subscriber: bkramer.
sammccall added a comment.

In https://reviews.llvm.org/D41102#998180, @thakis wrote:

> This should be in clang-tools-extra next to clang-tidy, clang-include-fixer, clangd etc, not in the main compiler repo, right?


I agree. I see there was earlier discussion on this, which concluded that clang-tools-extra was going to merge into clang.
>From talking to people working in c-t-e (particularly @bkramer), it sounds like:

- a merge isn't likely to happen soon
- clang-tools is appropriate as tools are mature, support the platforms clang does, and part of more developers' workflows (e.g. clang-format)
- new things should probably go in c-t-e if possible

Sorry for the back and forth :-\


https://reviews.llvm.org/D41102





More information about the cfe-commits mailing list