Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4d31a041 authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh
Browse files

Do not enable all clang-analyzer-* checks,

* clang-analyzer is slow and enables clang-diagnostic-padded,
  which cannot be suppressed yet.

Test: make with WITH_TIDY=1 for crosshatch-userdebug
Change-Id: I20193f0db3154b037d58c5ca012a9e753b176722
parent 9235fea8
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -35,7 +35,9 @@ func init() {
			"android-*",
			"bugprone-*",
			"cert-*",
			"clang-analyzer-*",
			// clang-analyzer-* check is slow and enables clang-diagnostic-padded,
			// which cannot be suppressed yet.
			// "clang-analyzer-*",
			"clang-diagnostic-unused-command-line-argument",
			"google-*",
			"misc-*",