Enable clang-tidy cert-dcl51-cpp

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:59 +02:00
parent 447f2e1d5d
commit 97603321f5
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-dcl51-cpp,
-cert-dcl58-cpp,
-cert-err58-cpp,
-cert-msc32-c,