================
@@ -292,7 +288,7 @@ Clang-Tidy Checks
    :doc:`misc-use-internal-linkage <misc/use-internal-linkage>`, "Yes"
    :doc:`modernize-avoid-bind <modernize/avoid-bind>`, "Yes"
    :doc:`modernize-avoid-c-arrays <modernize/avoid-c-arrays>`,
-   :doc:`modernize-avoid-c-style-cast <modernize/avoid-c-style-cast>`,
+   :doc:`modernize-avoid-c-style-cast <modernize/avoid-c-style-cast>`, "Yes"
----------------
zeyi2 wrote:

I believe this check actually provide Fix-Its: 
https://github.com/llvm/llvm-project/blob/4acd581f8cb05c4f67d5833580a9b598ef9fb0c0/clang-tools-extra/clang-tidy/modernize/AvoidCStyleCastCheck.cpp#L193

It is weird that the original script didn't find it :/

https://github.com/llvm/llvm-project/pull/179297
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to