Work around bugprone-exception-escape bug.
Bug: 117120485 Test: build with WITH_TIDY=1 and global bugprone-* checks. Change-Id: I28aa2a176bd7d2ae4961877a8122a09666d85237
This commit is contained in:
parent
05ba56d6c0
commit
153b71c407
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@ cc_binary_host {
|
|||
|
||||
cpp_std: "gnu++17",
|
||||
|
||||
// b/117120485 bugprone-exception-escape hangs with DeclarationDatabase.cpp
|
||||
tidy_checks: ["-bugprone-exception-escape"],
|
||||
|
||||
srcs: [
|
||||
"versioner.cpp",
|
||||
"Arch.cpp",
|
||||
|
|
Loading…
Reference in a new issue