Disable performance-noexcept-move-constructor check.

This reduces amount of warnings in default builds,
until we add noexcept to those move constructors.

Bug: 116614593
Test: build with WITH_TIDY=1
Change-Id: Iaa9e9480dbc72a7370ccbe10ed232b87dc8d6184
This commit is contained in:
Chih-Hung Hsieh 2018-09-25 12:06:38 -07:00 committed by Chih-hung Hsieh
parent 3013361546
commit 1b5470afe1
1 changed files with 1 additions and 0 deletions

View File

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