[PATCH] Add a clang-tidy check for move constructors/assignment ops without noexcept.

Alexander Kornienko alexfh at google.com
Fri May 22 03:07:15 PDT 2015


Hi klimek,

Add a clang-tidy check (misc-noexcept-move-ctors) for move constructors
and assignment operators not using noexcept.

http://llvm.org/PR23519

http://reviews.llvm.org/D9933

Files:
  clang-tidy/misc/CMakeLists.txt
  clang-tidy/misc/MiscTidyModule.cpp
  clang-tidy/misc/NoexceptMoveCtorsCheck.cpp
  clang-tidy/misc/NoexceptMoveCtorsCheck.h
  test/clang-tidy/misc-noexcept-move-ctors.cpp

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D9933.26314.patch
Type: text/x-patch
Size: 6441 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150522/923f1d68/attachment.bin>


More information about the cfe-commits mailing list