================
@@ -7982,6 +7982,9 @@ def err_bad_reinterpret_cast_reference : Error<
 def warn_undefined_reinterpret_cast : Warning<
   "reinterpret_cast from %0 to %1 has undefined behavior">,
   InGroup<UndefinedReinterpretCast>, DefaultIgnore;
+def warn_static_downcast : Warning<
+  "static downcast from %0 to %1 is potentially dangerous%select{|; did you 
mean 'dynamic_cast'?}2">,
----------------
erichkeane wrote:

Ah, right, yes... I wish we could explain that better in the brevity we have 
available here.  I kinda hate this is a warning with false-positives, but IMO 
the goal of trying to make this a deprecated cast is worth the effort.

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