[PATCH] D21134: clang-tidy: new check readability-misplaced-array-index
Daniel Marjamäki via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 8 06:55:56 PDT 2016
danielmarjamaki created this revision.
danielmarjamaki added a reviewer: alexfh.
danielmarjamaki added a subscriber: cfe-commits.
danielmarjamaki set the repository for this revision to rL LLVM.
this is a new check for clang-tidy that diagnoses when it see unusual array index syntax.
there is nothing wrong about such syntax so it's not a misc check. It's just a readability check.
Repository:
rL LLVM
http://reviews.llvm.org/D21134
Files:
clang-tidy/readability/CMakeLists.txt
clang-tidy/readability/MisplacedArrayIndexCheck.cpp
clang-tidy/readability/MisplacedArrayIndexCheck.h
clang-tidy/readability/ReadabilityTidyModule.cpp
docs/clang-tidy/checks/list.rst
docs/clang-tidy/checks/readability-misplaced-array-index.rst
test/clang-tidy/readability-misplaced-array-index.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21134.60027.patch
Type: text/x-patch
Size: 7877 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160608/63420a0b/attachment.bin>
More information about the cfe-commits
mailing list