[PATCH] D13640: [clang-tidy] Add new check cppcoreguidelines-pro-bounds-array-to-pointer-decay
Matthias Gehre via cfe-commits
cfe-commits at lists.llvm.org
Sun Oct 25 11:34:07 PDT 2015
mgehre updated this revision to Diff 38353.
mgehre marked an inline comment as done.
mgehre added a comment.
Do not flag explicit casts
http://reviews.llvm.org/D13640
Files:
clang-tidy/cppcoreguidelines/CMakeLists.txt
clang-tidy/cppcoreguidelines/CppCoreGuidelinesTidyModule.cpp
clang-tidy/cppcoreguidelines/ProBoundsArrayToPointerDecayCheck.cpp
clang-tidy/cppcoreguidelines/ProBoundsArrayToPointerDecayCheck.h
docs/clang-tidy/checks/cppcoreguidelines-pro-bounds-array-to-pointer-decay.rst
docs/clang-tidy/checks/list.rst
test/clang-tidy/cppcoreguidelines-pro-bounds-array-to-pointer-decay.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13640.38353.patch
Type: text/x-patch
Size: 8117 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20151025/b5b65af0/attachment-0001.bin>
More information about the cfe-commits
mailing list