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

am: 0d565c1afa

Change-Id: If7fc844e8225184e963b8da3dc56f313dcad4264
This commit is contained in:
Chih-Hung Hsieh
2018-09-25 14:29:01 -07:00
committed by android-build-merger

View File

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