[PATCH] D13313: [clang-tidy] new check misc-no-reinterpret-cast

Matthias Gehre via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 1 13:26:49 PDT 2015


mgehre updated this revision to Diff 36291.
mgehre added a comment.

Renamed the check to cppcoreguidelines-pro-type-reinterpret-cast


http://reviews.llvm.org/D13313

Files:
  clang-tidy/CMakeLists.txt
  clang-tidy/Makefile
  clang-tidy/cppcoreguidelines/CMakeLists.txt
  clang-tidy/cppcoreguidelines/CppCoreGuidelinesModule.cpp
  clang-tidy/cppcoreguidelines/Makefile
  clang-tidy/cppcoreguidelines/ProTypeReinterpretCast.cpp
  clang-tidy/cppcoreguidelines/ProTypeReinterpretCast.h
  clang-tidy/tool/CMakeLists.txt
  clang-tidy/tool/ClangTidyMain.cpp
  clang-tidy/tool/Makefile
  docs/clang-tidy/checks/cppcoreguidelines-pro-type-reinterpret-cast.rst
  docs/clang-tidy/checks/list.rst
  test/clang-tidy/cppcoreguidelines-pro-type-reinterpret-cast.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13313.36291.patch
Type: text/x-patch
Size: 9926 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20151001/aec86b32/attachment-0001.bin>


More information about the cfe-commits mailing list