ublas icon indicating copy to clipboard operation
ublas copied to clipboard

Include some Clang-Tidy checks

Open bassoy opened this issue 5 years ago • 0 comments

The configuration file excludes clang-tidy checks

google-readability-braces-around-statements
google-explicit-constructor
hicpp-vararg
cppcoreguidelines-pro-type-vararg

We should include them.

  • google-readability-braces-around-statements requires simple refactoring
  • google-explicit-constructor needs significant rework also in the test files and results in API change
  • hicpp-vararg needs usage of the boost lightweight unit test instead of the boost-test

bassoy avatar Apr 29 '21 07:04 bassoy