================
@@ -593,6 +593,10 @@ Improvements to Clang's diagnostics
 - Clang now supports using alias templates in deduction guides, aligning with 
the C++ standard,
   which treats alias templates as synonyms for their underlying types 
(#GH54909).
 
+- Added ``-Wstatic-downcast`` to diagnose potentially dangerous uses of 
``static_cast`` that perform a base-to-derived cast
+  on pointers and references of polymorphic types.
+
+
----------------
erichkeane wrote:

Should this be just 1 newline?

https://github.com/llvm/llvm-project/pull/117914
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to