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

Eniko Donatella Toth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Sep 2 10:35:08 PDT 2017


NorenaLeonetti updated this revision to Diff 113654.
NorenaLeonetti added a comment.
Herald added a subscriber: JDevlieghere.

Added a test for C++ style cast and modified the docs.


Repository:
  rL LLVM

https://reviews.llvm.org/D33826

Files:
  clang-tidy/cert/AvoidPointerCastToMoreStrictAlignmentCheck.cpp
  clang-tidy/cert/AvoidPointerCastToMoreStrictAlignmentCheck.h
  clang-tidy/cert/CERTTidyModule.cpp
  clang-tidy/cert/CMakeLists.txt
  docs/ReleaseNotes.rst
  docs/clang-tidy/checks/cert-exp36-c.rst
  docs/clang-tidy/checks/list.rst
  test/clang-tidy/cert-avoid-pointer-cast-to-more-strict-alignment.c
  test/clang-tidy/cert-avoid-pointer-cast-to-more-strict-alignment.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33826.113654.patch
Type: text/x-patch
Size: 9526 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170902/719cdd2d/attachment.bin>


More information about the cfe-commits mailing list