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:
parent
3013361546
commit
1b5470afe1
|
@ -36,6 +36,7 @@ func init() {
|
|||
"performance*",
|
||||
"-google-readability*",
|
||||
"-google-runtime-references",
|
||||
"-performance-noexcept-move-constructor",
|
||||
}, ",")
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue