Merge "Work around bugprone-exception-escape bug."
This commit is contained in:
commit
9df26193c8
|
@ -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 New Issue