aaron.ballman added a comment.

Have you run this check over any large code bases to see what the quality of 
the diagnostics are?



================
Comment at: docs/clang-tidy/checks/cert-exp36-c.rst:9
+ 
+This check is the same as `-Wcast-align`, except it checks for 
`reinterpret_cast` as well.
+
----------------
Can you update the tests to include the ones from -Wcast-align 
(llvm\tools\clang\test\Sema\warn-cast-align.c) to make sure those are properly 
triggered by this check?


Repository:
  rL LLVM

https://reviews.llvm.org/D33826



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

Reply via email to