njames93 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; > ```
There is no way to handle that and you shouldn't try. Best you could do is just emit a warning without a fix, but honestly in that situation not warning would also be acceptable https://github.com/llvm/llvm-project/pull/99713 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits