Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[build] Enable clang-analyzer checks
Browse files Browse the repository at this point in the history
  • Loading branch information
tmpsantos committed Apr 17, 2020
1 parent 8fb3ea0 commit 61b43cd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Checks: >
-*,
android-*,
boost-*,
bugprone-*,
clang-analyzer-core*
clang-analyzer-cplusplus*,
clang-analyzer-deadcode*,
clang-analyzer-optin.cplusplus*,
clang-analyzer-optin.performance.Padding,
clang-analyzer-security*,
clang-diagnostic-*,
google-*,
misc-*,
Expand Down

0 comments on commit 61b43cd

Please sign in to comment.