================
@@ -0,0 +1,235 @@
+// RUN: %check_clang_tidy %s bugprone-misplaced-widening-cast %t -- \
+// RUN: -config="{CheckOptions:
{bugprone-misplaced-widening-cast.CheckImplicitCasts: true}}" \
----------------
vbvictor wrote:
`CheckImplicitCasts` is orthogonal to your change, please make only one test
file with `CheckImplicitCasts: true` and test all casts there (including
explicit and implicit).
https://github.com/llvm/llvm-project/pull/197554
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits