zwuis wrote: > > Perhaps we can put this check in the `readability` module, but I'm not sure > > which is better. > > I'm also not sure. Went with `modernize` since it was introduced for C in C23
FYI, `readability-redundant-typename` handles cases that exist in all C++ versions, as well as cases introduced in C++20. https://github.com/llvm/llvm-project/pull/209367 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
