[PATCH] D54560: [analyzer] MoveChecker Pt.3: Improve warning messages a bit.

Henry Wong via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 16 23:44:34 PST 2018


MTC added a comment.

> The "moved-from" terminology we adopt here still feels a bit weird to me, but i don't have a better suggestion, so i just removed the single-quotes so that to at least feel proud about what we have.

I am personally fine with this terminology, this checker corresponds to the cert rule **EXP63-CPP. Do not rely on the value of a moved-from object**, and **moved from** is also used in many places in CppCoreGuidelines.


https://reviews.llvm.org/D54560





More information about the cfe-commits mailing list