Skip to content

Commit

Permalink
Merge pull request #560 from dalg24/clang-format-version
Browse files Browse the repository at this point in the history
Say where one can find out what clang-version we use
  • Loading branch information
dalg24 authored Aug 1, 2024
2 parents e87218b + bc7068f commit 7b5998e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/source/testing-and-issue-tracking/Testing-Processes.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ These test configurations (sparsely) cover the cross product of hardware platfor
compilers (e.g. GCC, Clang, NVC++), C++ standards (17-23), Kokkos backends (e.g. Cuda, OpenMP, and HIP) and Kokkos
configuration options (e.g. Debug, Relocatable Device Code).

The clang-format style file is `kokkos/.clang-format`.
The clang-format style file is `kokkos/.clang-format`. The clang-format version
to use is specified as a comment in the header of the `.clang-format`
configuration file.

Only the primary Kokkos maintainers can merge pull requests, they have the responsibility to judge whether conducted reviews meet the desired thoroughness.

Expand Down

0 comments on commit 7b5998e

Please sign in to comment.