[PATCH] D19118: [clang-tidy] Add checker for operations between integrals and pointers
Etienne Bergeron via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 15 09:34:53 PDT 2016
etienneb updated this revision to Diff 53903.
etienneb marked 3 inline comments as done.
etienneb added a comment.
comments.
http://reviews.llvm.org/D19118
Files:
clang-tidy/misc/CMakeLists.txt
clang-tidy/misc/MiscTidyModule.cpp
clang-tidy/misc/PointerAndIntegralOperationCheck.cpp
clang-tidy/misc/PointerAndIntegralOperationCheck.h
docs/ReleaseNotes.rst
docs/clang-tidy/checks/list.rst
docs/clang-tidy/checks/misc-pointer-and-integral-operation.rst
test/clang-tidy/misc-pointer-and-integral-operation-cxx98.cpp
test/clang-tidy/misc-pointer-and-integral-operation.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19118.53903.patch
Type: text/x-patch
Size: 12559 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160415/e583dfa6/attachment.bin>
More information about the cfe-commits
mailing list