Revert "Work around bugprone-exception-escape bug."
This reverts commit 153b71c407
.
Reason for revert: fixed in clang-r346389
Bug: 117120485
Test: make with WITH_TIDY=1 DEFAULT_GLOBAL_TIDY_CHECKS=bugprone-*
Change-Id: I49971e4227d6d5772efccd551d493a0f1e68416a
This commit is contained in:
parent
998175dc6f
commit
f42616d765
|
@ -3,9 +3,6 @@ cc_binary_host {
|
|||
|
||||
defaults: ["llvm-build-host-tools-defaults"],
|
||||
|
||||
// b/117120485 bugprone-exception-escape hangs with DeclarationDatabase.cpp
|
||||
tidy_checks: ["-bugprone-exception-escape"],
|
||||
|
||||
srcs: [
|
||||
"versioner.cpp",
|
||||
"Arch.cpp",
|
||||
|
|
Loading…
Reference in New Issue