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:
Chih-hung Hsieh 2018-12-04 23:51:10 +00:00
parent 998175dc6f
commit f42616d765
1 changed files with 0 additions and 3 deletions

View File

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