commit | ee37e8e8ed84cfd495b76348c7ed7e210d0df60f | [log] [tgz] |
---|---|---|
author | Usta (Tsering) Shrestha <usta@google.com> | Fri Jan 13 23:44:34 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Jan 13 23:44:34 2023 +0000 |
tree | 3d48e69b8fa7b2aff14b6ed201d70ab3ebaf86ed | |
parent | df456b5f33d697c24b415239e5071f796f5b0021 [diff] | |
parent | 071f6c29a3bb882693059c5e84bfa32d19847087 [diff] |
Merge "for consistency symlink_tree failure = os.Exit(1)"
diff --git a/cc/config/tidy.go b/cc/config/tidy.go index 1180da4..d55a13d 100644 --- a/cc/config/tidy.go +++ b/cc/config/tidy.go
@@ -40,6 +40,8 @@ "-cert-err33-c", // http://b/241125373 "-bugprone-unchecked-optional-access", + // http://b/265438407 + "-misc-use-anonymous-namespace", } // Some clang-tidy checks are included in some tidy_checks_as_errors lists,