[PATCH] D18264: [clang-tidy] misc-assign-operator-signature checker checks return value of all assign operators

Balogh, Ádám via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 23 12:59:54 PDT 2016


baloghadamsoftware added a comment.

Oh, I was searching in the C++ Core Guidlines, but at the wrong place because I did not find it. So I will change this option to be enabled by default. DSL users who do not follow this rule for the non copy and non move assign operators can disable it.


http://reviews.llvm.org/D18264





More information about the cfe-commits mailing list