mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Update clang-tidy.yml to use clang-tidy-15 to be able to support c++20 Do not use OpenMP, as omp.h is not found during parsing Remove modernize-use-nullptr, as this does not work with <=> (spaceship operator) https://reviews.llvm.org/D95714