<div dir="ltr"><div>Hi cfe-dev,</div><div><br></div><div>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 <a href="https://clang.llvm.org/docs/ClangTools.html">this page</a> 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 <font face="monospace">clang-tools-extra</font><font face="arial, sans-serif"> that there are two ways of adding features, and that is to add the project at the top-level as something like </font><font face="monospace">clang-refactor-casts</font><font face="arial, sans-serif">, or to contribute to </font><font face="monospace">clang-tidy</font><font face="arial, sans-serif">, particularly the </font><font face="monospace">modernize</font><font face="arial, sans-serif"> subdirectory which the change for this also fits appropriately in. </font><br></div><div><font face="arial, sans-serif"><br></font></div><div><font face="arial, sans-serif">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 :)</font></div><div><font face="arial, sans-serif"><br></font></div><div><span style="font-family:arial,sans-serif">- Ray</span><br></div><div><br> </div></div>