Work around bugprone-exception-escape bug.

Bug: 117120485
Test: build with WITH_TIDY=1 and global bugprone-* checks.
Change-Id: I00e19fac18c9547b7d137519b0238c1e55a359f5
diff --git a/Android.bp b/Android.bp
index 8a394fa..6ba7bfa 100644
--- a/Android.bp
+++ b/Android.bp
@@ -140,6 +140,9 @@
     name: "llvm-rs-cc",
     defaults: ["slang-defaults"],
 
+    // b/117120485 bugprone-exception-escape hangs with slang_rs_object_ref_count.cpp
+    tidy_checks: ["-bugprone-exception-escape"],
+
     generated_headers: ["slang-gen-options"],
     srcs: [
         "llvm-rs-cc.cpp",