[PATCH] D13313: [clang-tidy] new check cppcoreguidelines-pro-type-reinterpret-cast
Matthias Gehre via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 2 09:18:55 PDT 2015
mgehre updated this revision to Diff 36371.
mgehre added a comment.
Rebased
Removed "(C++ Core Guidelines, rule Type.1)" from diagnostic
Can someone please commit this?
http://reviews.llvm.org/D13313
Files:
clang-tidy/CMakeLists.txt
clang-tidy/Makefile
clang-tidy/add_new_check.py
clang-tidy/cppcoreguidelines/CMakeLists.txt
clang-tidy/cppcoreguidelines/CppCoreGuidelinesTidyModule.cpp
clang-tidy/cppcoreguidelines/Makefile
clang-tidy/cppcoreguidelines/ProTypeReinterpretCastCheck.cpp
clang-tidy/cppcoreguidelines/ProTypeReinterpretCastCheck.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.36371.patch
Type: text/x-patch
Size: 10605 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20151002/eec8b063/attachment.bin>
More information about the cfe-commits
mailing list