returnStdMoveLocal ftp://ftp.de.debian.org/debian/pool/main/c/cpplint/cpplint_2.0.2.orig.tar.gz 2.18.0 cpplint-2.0.2/samples/chromium-sample/src/io_thread.cc:282:20: performance: Using std::move for returning object by-value from function will affect copy elision optimization. More: https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#Rf-return-move-local [returnStdMoveLocal] ftp://ftp.de.debian.org/debian/pool/main/r/rtags/rtags_2.41.orig.tar.gz 2.18.0 rtags-2.41/src/Location.h:243:26: performance: Using std::move for returning object by-value from function will affect copy elision optimization. More: https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#Rf-return-move-local [returnStdMoveLocal]