diff options
author | Chih-hung Hsieh <chh@google.com> | 2017-06-09 22:14:29 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-06-09 22:14:29 +0000 |
commit | 4b9ee66abc4fa38ab61a8c247c69128c7181ec3a (patch) | |
tree | 52b5912cc5b115ff7dbb45442028acb073eb17c4 | |
parent | c21ae026f33f4b1aecfcb5f45252076cb6b42e9a (diff) | |
parent | e80000c6eba18565d78867532f0f0d5d58027e83 (diff) |
Merge "Enable clang-tidy checks except static analysis." am: 47908a1315
am: e80000c6eb
Change-Id: Ib82fdf5968542b60583aaaaadb1b8909fadf9400
-rw-r--r-- | dist/Android.bp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dist/Android.bp b/dist/Android.bp index 67f48dd..a943f61 100644 --- a/dist/Android.bp +++ b/dist/Android.bp @@ -8,11 +8,9 @@ cc_defaults { name: "sqlite-minimal-defaults", host_supported: true, - // b/31938382, disable most clang-tidy checks to avoid segmentation fault. + // static analysis is too slow on these huge files. tidy_checks: [ - "-*", - "google-*", - "-google-readability-*", + "-clang-analyzer-*", ], // NOTE the following flags, |