[cfe-dev] Question about contribution

David Blaikie via cfe-dev cfe-dev at lists.llvm.org
Fri Jun 12 10:24:17 PDT 2020


Sounds like the sort of thing that'd suit "modernize" - but yeah, some
extra documentation helping describe where things should go might be
handy :)

On Thu, Jun 11, 2020 at 6:32 PM Ray Zhang via cfe-dev
<cfe-dev at lists.llvm.org> wrote:
>
> Hi cfe-dev,
>
> I've been playing around with clang's frontend and I really appreciate how well documented and noob-friendly it is in order to develop tooling for C++. I see in this page that one of the ideas for new tools is to refactor C-style casts to the appropriate C++ style cast. I'm interested in working on it but I'm not sure where I should contribute it to. I see in clang-tools-extra that there are two ways of adding features, and that is to add the project at the top-level as something like clang-refactor-casts, or to contribute to clang-tidy, particularly the modernize subdirectory which the change for this also fits appropriately in.
>
> Is there some documentation somewhere that outlines where new contributions for projects of this type should go to? I'd love to help in any way I can :)
>
> - Ray
>
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev


More information about the cfe-dev mailing list