Merge "Work around bugprone-exception-escape bug."

This commit is contained in:
Chih-hung Hsieh 2018-10-02 18:30:31 +00:00 committed by Gerrit Code Review
commit 9df26193c8
1 changed files with 3 additions and 0 deletions

View File

@ -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",