steakhal added a comment.

The problem with the `-Wcast-align` is that it will only fire for C-style 
bitcast expressions, not for `reinterpret_cast` ones. example 
<https://godbolt.org/z/cm3S96>
Does anyone know why is that behavior?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D48866/new/

https://reviews.llvm.org/D48866



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to