[PATCH] D33826: [clang-tidy] avoid pointer cast to more strict alignment check

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 5 05:36:56 PDT 2017


aaron.ballman added a comment.

Thank you for working on this. How does this check compare with the -Wcast-align diagnostic in the Clang frontend? I believe that warning already covers these cases, so I'm wondering what extra value is added with this check?


Repository:
  rL LLVM

https://reviews.llvm.org/D33826





More information about the cfe-commits mailing list