[clang-tools-extra] [clang-tidy] Add modernize-use-cpp-style-comments check (PR #99713)

NagaChaitanya Vellanki via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 29 14:10:25 PDT 2024


chaitanyav wrote:

I am moving this under readability, i will also post some code on how am i planning to output a fix. For now i don't have a good way to handle 

```
int a = /*some value */ 5;
```

https://github.com/llvm/llvm-project/pull/99713


More information about the cfe-commits mailing list