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

This commit is contained in:
Treehugger Robot
2018-09-25 21:10:20 +00:00
committed by Gerrit Code Review

View File

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