summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/cppcoreguidelines/ProBoundsConstantArrayIndexCheck.h
diff options
context:
space:
mode:
authorJonathan Coe <jbcoe@me.com>2016-07-30 08:58:54 +0000
committerJonathan Coe <jbcoe@me.com>2016-07-30 08:58:54 +0000
commit5d304b2456afba562855a692a5ea4d10cc5da9e7 (patch)
tree6714b10b6672049bfa6ec9d3a0676a886b092ec5 /clang-tools-extra/clang-tidy/cppcoreguidelines/ProBoundsConstantArrayIndexCheck.h
parentfcfec5fdef79cb4d96033aaabdb8286912d131ea (diff)
downloadbcm5719-llvm-5d304b2456afba562855a692a5ea4d10cc5da9e7.tar.gz
bcm5719-llvm-5d304b2456afba562855a692a5ea4d10cc5da9e7.zip
[clang-tidy] add check cppcoreguidelines-special-member-functions
Summary: Check for classes that violate the rule of five and zero as specified in CppCoreGuidelines: "If a class defines or deletes a default operation then it should define or delete them all." https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#c21-if-you-define-or-delete-any-default-operation-define-or-delete-them-all. Reviewers: alexfh, sbenza, aaron.ballman Subscribers: Prazek, Eugene.Zelenko, cfe-commits, ericLemanissier, nemanjai Projects: #clang-tools-extra Differential Revision: https://reviews.llvm.org/D22513 llvm-svn: 277262
Diffstat (limited to 'clang-tools-extra/clang-tidy/cppcoreguidelines/ProBoundsConstantArrayIndexCheck.h')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud