Enable clang-tidy cert-dcl37-c

Official docs:

  Checks for usages of identifiers reserved for use by the
  implementation. The C and C++ standards both reserve the following
  names for such use: identifiers that begin with an underscore followed
  by an uppercase letter; identifiers in the global namespace that begin
  with an underscore.
This commit is contained in:
Robert Schulze 2022-05-08 11:46:04 +02:00
parent fb781dab3a
commit 447f2e1d5d
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A

View File

@ -15,7 +15,6 @@ Checks: '*,
-bugprone-unhandled-self-assignment,
-cert-dcl16-c,
-cert-dcl37-c,
-cert-dcl51-cpp,
-cert-dcl58-cpp,
-cert-err58-cpp,