[PATCH] D75745: [clang-tidy] Added AllowMissingMoveFunctionsWhenCopyIsDeleted flag to cppcoreguidelines-special-member-functions

2020-03-16 Thread Paweł Barań via Phabricator via cfe-commits
pbaran added a comment. Thank you! Could you please integrate it for me? I do not have access rights Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D75745/new/ https://reviews.llvm.org/D75745 ___ cfe-com

[PATCH] D75745: [clang-tidy] Added AllowMissingMoveFunctionsWhenCopyIsDeleted flag to cppcoreguidelines-special-member-functions

2020-03-06 Thread Paweł Barań via Phabricator via cfe-commits
pbaran updated this revision to Diff 248729. pbaran added a comment. Herald added a subscriber: wuzish. Removed unintendedly added comment CHANGES SINCE LAST ACTION https://reviews.llvm.org/D75745/new/ https://reviews.llvm.org/D75745 Files: clang-tools-extra/clang-tidy/cppcoreguidelines/Sp

[PATCH] D75745: [clang-tidy] Added AllowMissingMoveFunctionsWhenCopyIsDeleted flag to cppcoreguidelines-special-member-functions

2020-03-06 Thread Paweł Barań via Phabricator via cfe-commits
pbaran created this revision. pbaran added a reviewer: alexfh. pbaran added a project: clang-tools-extra. Herald added subscribers: kbarton, xazax.hun, nemanjai. Herald added a project: clang. pbaran updated this revision to Diff 248729. pbaran added a comment. Herald added a subscriber: wuzish. R