Revert "Disable performance-noexcept-move-constructor check."

This reverts commit 1b5470afe1.

Reason for revert: Most of these warnings were fixed.

Change-Id: I63ada2b7d6f3d6a446a8fbfc9221dee668c7a30b
This commit is contained in:
Chih-hung Hsieh
2018-10-05 18:45:06 +00:00
parent 1b5470afe1
commit fac4eec15e

View File

@@ -36,7 +36,6 @@ func init() {
"performance*",
"-google-readability*",
"-google-runtime-references",
"-performance-noexcept-move-constructor",
}, ",")
})