DheerajAgarwal1234 wrote: Hi Eugene,
Thanks for the feedback! I initially had this implemented as a standalone tool, but after vbvictor’s suggestion, I reworked it into a clang-tidy modernize check, following the example of other transformation-based checks like modernize-loop-convert. That’s why it currently resides under the modernize module . I wanted to align with that advice and make sure it fit the clang-tidy structure properly. I’ve got it working again in this setup. https://github.com/llvm/llvm-project/pull/166822 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
