diff options
author | Alexander Kornienko <alexfh@google.com> | 2015-05-22 10:31:17 +0000 |
---|---|---|
committer | Alexander Kornienko <alexfh@google.com> | 2015-05-22 10:31:17 +0000 |
commit | 3396a8b8e6d95bc5288c392307bd60c221e3725a (patch) | |
tree | d2211059fe21c3772c75d99cb03ac8241a927ded /llvm/lib/Object/COFFObjectFile.cpp | |
parent | 73dc2e495b8d201018606725f57e2ec3e488a69b (diff) | |
download | llvm-3396a8b8e6d95bc5288c392307bd60c221e3725a.zip llvm-3396a8b8e6d95bc5288c392307bd60c221e3725a.tar.gz llvm-3396a8b8e6d95bc5288c392307bd60c221e3725a.tar.bz2 |
Add a clang-tidy check for move constructors/assignment ops without noexcept.
Summary:
Add a clang-tidy check (misc-noexcept-move-ctors) for move constructors
and assignment operators not using noexcept.
http://llvm.org/PR23519
Reviewers: klimek
Reviewed By: klimek
Subscribers: curdeius, cfe-commits
Differential Revision: http://reviews.llvm.org/D9933
llvm-svn: 238013
Diffstat (limited to 'llvm/lib/Object/COFFObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions