Enable clang-tidy misc-definitions-in-headers

Official docs:

  Finds non-extern non-inline function and variable definitions in
  header files, which can lead to potential ODR violations in case these
  headers are included from multiple translation units.
This commit is contained in:
Robert Schulze 2022-05-08 18:33:06 +02:00
parent ea1cd8af0c
commit ad524e28a8
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A

View File

@ -71,7 +71,6 @@ Checks: '*,
-openmp-*,
-misc-definitions-in-headers,
-misc-new-delete-overloads,
-misc-no-recursion,
-misc-non-copyable-objects,