Closed andriybriliant closed 2 months ago
When using find ./algebra2 ./discrete_math/ -iname '*.cxx' -o -iname '*.ixx' | xargs clang-tidy-18 -p ./build/debug/ --extra-arg=-std=c++26
not every file is compiled for some reason, but when using gnu++26 instead of c++26 everything works.
Line 460 to line 505 disabled flags because we didn't really know how to split function gaussian_diagonal into helper functions so that it complies with clang-tidy requirements and make it look not ugly at the same time. Also removed enum class axis because it's not neccessary in the next project.