[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:20:27 PDT 2015
mgehre updated this revision to Diff 36372.
mgehre added a comment.
Shot to fast, fixed test.
Now it's ready
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.36372.patch
Type: text/x-patch
Size: 10570 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20151002/23bbfee6/attachment-0001.bin>
More information about the cfe-commits
mailing list