This is an archive of the discontinued LLVM Phabricator instance.

Add a clang-tidy check for move constructors/assignment ops without noexcept.
ClosedPublic

Authored by alexfh on May 22 2015, 3:07 AM.

Diff Detail

Event Timeline

alexfh updated this revision to Diff 26314.May 22 2015, 3:07 AM
alexfh retitled this revision from to Add a clang-tidy check for move constructors/assignment ops without noexcept..
alexfh updated this object.
alexfh edited the test plan for this revision. (Show Details)
alexfh added a reviewer: klimek.
alexfh added a subscriber: Unknown Object (MLST).
klimek accepted this revision.May 22 2015, 3:29 AM
klimek edited edge metadata.

lg

clang-tidy/misc/NoexceptMoveCtorsCheck.cpp
28–35

I think we should add matchers to make it possible to express this (not necessary for this patch though).

This revision is now accepted and ready to land.May 22 2015, 3:29 AM
alexfh closed this revision.May 22 2015, 3:34 AM