Skip to content
Failed

Changes

Summary

  1. Fix clang-tidy readability-else-after-return (details)
  2. Update .clang-tidy to ignore benchmark::RegisterBenchmark (details)
Commit 82ed9142a1a560926e194e2a6a9bac4883d6cd59 by Andrey Prokopenko
Fix clang-tidy readability-else-after-return
The file was modified src/interpolation/details/ArborX_InterpDetailsMovingLeastSquaresCoefficients.hpp (diff)
Commit 4728611ee09a462946413611c37602df8c224ea0 by Andrey Prokopenko
Update .clang-tidy to ignore benchmark::RegisterBenchmark

<snip>arborx/benchmarks/bvh_driver/benchmark_registration.hpp:383:7:
    warning: redundant call to 'c_str' [readability-redundant-string-cstr]
      spec.create_label_construction(description).c_str(),

benchmark switched to using std::string only in 1.8. As right now we
require 1.5.4, we disable this check.
The file was modified .clang-tidy (diff)
The file was modified benchmarks/CMakeLists.txt (diff)