[clang-tools-extra] [clang-tidy] Replace /* ... */ single-line comments with // ... comments (PR #124319)
Baranov Victor via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 24 11:06:46 PST 2025
vbvictor wrote:
Thank you for working on this check!
Please, read comments on previous pull request https://github.com/llvm/llvm-project/pull/99713.
I think there could be some improvements done based on comments in that PR.
For moving this check to `readability` section script `clang-tools-extra/clang-tidy/rename_check.py` can be useful.
https://github.com/llvm/llvm-project/pull/124319
More information about the cfe-commits
mailing list