================
@@ -80,6 +80,12 @@ Examples:
``if (x) return true; return false;``
becomes ``return static_cast<bool>(x);``
+.. note::
----------------
zwuis wrote:No need to mention that "some cases are handled properly". You could add examples if you want. https://github.com/llvm/llvm-project/pull/172220 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
